문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
linux:ssh:tunnel [2012/12/03 16:37] kwon37xi 새로 만듦 |
linux:ssh:tunnel [2023/07/27 10:30] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 4: | 줄 4: | ||
| * [[http:// | * [[http:// | ||
| + | ===== ProxyCommand ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== ProxyJump ===== | ||
| + | * [[https:// | ||
| + | |||
| + | < | ||
| + | Host B | ||
| + | ProxyJump A | ||
| + | </ | ||
| + | |||
| + | <code sh> | ||
| + | ssh A -J B | ||
| + | </ | ||
| + | |||
| + | ===== SOCKS Proxy ===== | ||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | |||
| + | ===== 참조 ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * https:// | ||
| + | * [[https:// | ||