• 追加された行はこの色です。
  • 削除された行はこの色です。
* DynamicPortfoward - UNIX OpenSSH [#g122801a]

*** ダイナミックポートフォワードを使ってSOCKSプロキシを作る [#iff7eff8]
 ssh -f -N -D 10022 -l reomote1-user -p 22 remote1.com

*** SOCKSプロキシを経由してSSH接続する [#i89267c0]
 ssh -l remote2-user -p 22 -o 'ProxyCommand nc -x localhost:10022 %h %p' remote2.com


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS