VPCを跨いだ多段SSHのメモです。
Host 10.0-public
Hostname 203.0.113.10
User ubuntu
IdentityFile /path/to/pem
Host 10.0-private
Hostname 10.0.0.10
User ubuntu
IdentityFile /path/to/pem
ProxyCommand ssh -W %h:%p 10.0-public
Host 10.1-private
Hostname 10.1.0.10
User ubuntu
IdentityFile /path/to/pem
ProxyCommand ssh -W %h:%p 10.0-private
No comments yet.
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。