Contributed by: akira on 2015年 6月4日(木) 14:23 JST
Last modified on
Host target.example.com
HostName 192.168.123.123
ProxyCommand ssh fumidai.example.com nc %h %p
多段の踏み台
Host fumidai2.example.com
HostName 192.168.123.123
ProxyCommand ssh fumidai1.example.com nc %h %p
Host target.example.com
HostName 10.0.0.123
ProxyCommand ssh fumidai2.example.com nc %h %p