SSHProxyJump

nicolaw 3rd June 2019 at 5:24pm
AutoSshTunnel SSH
ssh -o 'ProxyCommand=ssh -W %h:%p user@proxy.host' \
  user@final.destination.host

or

ssh -o 'ProxyJump=user@proxy.host' \
  user@final.destination.host