차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
reverse_ssh_tunneling [2020/05/27 04:19] koovreverse_ssh_tunneling [2025/08/22 05:03] (현재) – [Reverse SSH Tunneling] koov
줄 32: 줄 32:
 <WRAP prewrap> <WRAP prewrap>
 <code bash> <code bash>
-$ ssh -f -R 12345:localhost:22 user@10.20.30.40 sleep 100+$ ssh -N -f -R 12345:localhost:22 -p 22 user@10.20.30.40
  
 # 또는 # 또는
  
-$ ssh -nNT -o TCPKeepAlive=yes -R 12345:127.0.0.1:22 user@10.20.30.40+$ ssh -nNT -o TCPKeepAlive=yes -R 12345:127.0.0.1:22 -p 22 user@10.20.30.40
 </code> </code>
 </WRAP> </WRAP>
  • reverse_ssh_tunneling.1590553191.txt.gz
  • 마지막으로 수정됨: 2020/05/27 04:19
  • 저자 koov