No need to use anymore the nice ‘nc’ trick. In recent versions of OpenSSH, you have the -W option that does the same.
So for example, you’d use:
Host finaldest
Hostname 1.2.3.4
User root
ProxyCommand ssh -e none -W %h:119 intermediate
No need to use anymore the nice ‘nc’ trick. In recent versions of OpenSSH, you have the -W option that does the same.
So for example, you’d use:
Host finaldest
Hostname 1.2.3.4
User root
ProxyCommand ssh -e none -W %h:119 intermediate