Remote-SSH: Open SSH Configuration File ~/.ssh/config
Host jump-box
HostName
User
Port
Host target-box
HostName
User
Port 22
ProxyCommand ssh -q -W %h:%p jump-box
Remote Explorer
Remote-SSH: Open SSH Configuration File ~/.ssh/config
Host jump-box
HostName
User
Port
Host target-box
HostName
User
Port 22
ProxyCommand ssh -q -W %h:%p jump-box
Remote Explorer