openssh:ssh

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
openssh:ssh [2024/12/16 06:25] writeropenssh:ssh [2026/03/11 05:34] (현재) writer
줄 19: 줄 19:
   * ''<color #7092be>destination</color>'': IP/DNS 지정   * ''<color #7092be>destination</color>'': IP/DNS 지정
     * ''<color #7092be>id@destination</color>'': 로그인 아이디 지정. (없으면 현재 사용자)     * ''<color #7092be>id@destination</color>'': 로그인 아이디 지정. (없으면 현재 사용자)
 +  * ''<color #22b14c>[<switches>...]</color>''
 +    * ''<color #22b14c>**-L** local_port**:**localhost**:**target_port</color>'': SSH Local Tunneling(Local Port Fowarding). local_port로 접속시 target에 ssh 서버를 통하여 접속한다.
 +    * ''<color #22b14c>**-R** local_port**:**target_host**:**target_port</color>'': SSH Remote Tunneling(Remote Port Fowarding). target에 대한요청을 ssh 서버를 통하여 Local 서비스에 연결한다..
 +    * ''<color #22b14c>**-N -D** port</color>'': Dynamic Port Tunneling(SOCK5 proxy).
  
 ===== HELP ===== ===== HELP =====
  • openssh/ssh.1734330345.txt.gz
  • 마지막으로 수정됨: 2024/12/16 06:25
  • 저자 writer