Add ssh ProxyJump option
ProxyJump option, can add this option?
                
                
                
            Advertisement
ProxyJump option, can add this option?
                
                
                
            Advertisement
plink it does support it even in the older versions.
                
                
                
            ProxyJump you can do double triple.... tunnel with single command
                
                
                
            Advertisement
ProxyJump lets you connect to a intermediate jumphost (or two, or three) that form a chain to get to some host. 
ProxyJump is very close to SSH tunnel in WinSCP - only that it stops at one proxy (and I think technically ProxyJump does something different, too).
                
                
                
            ProxyJump are all equivalents. They are all built on top of SSH port forwarding technology. So I believe it's not ProxyJump that you are after, but multi-hop SSH tunnel, right? WinSCP still allows it, with use of Local proxy and plink. That's actually how OpenSSH ProxyJump is implemented. ProxyJump is just a shorthand for ssh -W ... ProxyCommand.
                
                
                
            So I thought, too, but this RedHat article suggests it's forwarding stdin/stdoutWinSCP SSH Tunnel, PuTTY SSH proxy and OpenSSH ProxyJump are all equivalents. They are all built on top of SSH port forwarding technology
Advertisement
ProxyJump actually starts separate process (and no, it does not prevent SFTP). PuTTY passes data between the sessions directly in process.
                
                
                
            Advertisement
You can post new topics in this forum