I'm just trying to use PuTTY to connect SSH to my servers. These servers only allow incoming SSH from another specific server ("MySshProxyingServer" in the example below).
Using Linux is not a problem with the ssh -W command.
In PuTTY, I cannot find the options for creating such a connection.
Linux example ( ~/.ssh/config ):
Host MyHostToConnectTo Hostname xx.xx.xx.xx User root Identityfile ~/.ssh/id_rsa ProxyCommand ssh MySshProxyServer -W %h:%p
Does anyone know how to use such a configuration in PuTTY?
putty ssh proxy openssh portforwarding tunneling
veiL
source share