LoginSignup
2
2

More than 5 years have passed since last update.

SSH:configとDynamicForwardを使った多段sshでブラウザからアクセスする方法の備忘録

Posted at

configファイル記述例

Host proxy1
  HostName  xxx.xxx.xxx.xxx
  User      proxy

Host proxy2
  HostName  yyy.yyy.yyy.yyy
  User      proxy
  ProxyCommand ssh -CW %h:%p proxy1


Host goal
  HostName  zzz.zzz.zzz.zzz
  User      taro
  ProxyCommand ssh -CW %h:%p proxy2
  DynamicForward 1080

switchyomegaの設定例

プロファイルの設定

profile.png

auto switchの設定

goal.png

TODO

  • イメージ図を張る
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2