문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 |
| openssh:ssh [2024/12/16 06:25] – writer | openssh:ssh [2026/03/11 05:34] (현재) – writer |
|---|
| * ''<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 ===== |