I\'m just trying to use PuTTY to get an SSH connection to my servers. These servers allow incoming SSH connection only from another specific server (\"MySshProxyingServer\"
Just in case you still use password for your jumphost is the option for that with an example.
plink.exe %user@%proxyhost -pw %pass -P %proxyport -nc %host:%port
The equivalent in PuTTY is "local proxy command". You can use the plink.exe with the -nc switch instead of the ssh
with the -W
switch:
The "local proxy command" is:
plink.exe %user@%proxyhost -P %proxyport -nc %host:%port
An alternative is to open a tunnel via the "MySshProxyServer" first using another instance of PuTTY (or Plink).
See for example: