Import tunneled PuTTY sessions
We usually use PuTTY to get on our machines via an SSH-gateway.
So our PuTTY session connects primary to the SSH-gw – secondary we have an SSH command
If you import these PuTTY sessions you'll get only on the SSH-gw, because putty-reg-key
Very useful would be a function which recognizes tunneled PuTTY sessions by having a regexp like
And putty-reg-key
This would be very helpful when importing PuTTY sessions.
Kind regards,
Torsten
So our PuTTY session connects primary to the SSH-gw – secondary we have an SSH command
ssh ... user@host to get to our machine.
If you import these PuTTY sessions you'll get only on the SSH-gw, because putty-reg-key
HostName is used for winscp-reg-key HostName.
Very useful would be a function which recognizes tunneled PuTTY sessions by having a regexp like
/ssh/ and /(\w+)\@(\w+)/ on putty-reg-key RemoteCommand. These results could be used for winscp-reg-keys UserName and HostName – Tunnel should be set on 1.
And putty-reg-key
HostName and UserName should be used for winscp-reg-key TunnelHostName and TunnelUserName.
This would be very helpful when importing PuTTY sessions.
Kind regards,
Torsten