Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

akari

Re: How to SSH tunnel 2 times?

martin wrote:

You have to create one of the tunnels using PuTTY (or Plink).
See https://winscp.net/eng/docs/guide_tunnel
Or use Plink as a proxy command in WinSCP.


Is there any example how to use Plink as a proxy command?
125.252.xx.xx --> 192.168.30.4 --> 10.168.41.52
so it will be
125.252.xx.xx set in the proxy tab and 192.168.30.4 set into the tunnel tab?

Try to put D:\putty\plink.exe -ssh username@125.252.xx.xx -pw password -P 22 in the local proxy command but fail.
martin

Re: How to SSH tunnel 2 times?

You have to create one of the tunnels using PuTTY (or Plink).
See https://winscp.net/eng/docs/guide_tunnel
Or use Plink as a proxy command in WinSCP.
akari

How to SSH tunnel 2 times?

I know we can set the Host to setup tunnel on the Tunnel option, and then ssh to the host.
so the flow will be : 125.252.xx.xx --> 192.168.30.4
But there is another server need ssh from 192.168.30.4
The flow will be : 125.252.xx.xx --> 192.168.30.4 --> 10.168.41.52
Is it possible I can connect to 10.168.41.52 using winscp?

Sorry for bad english..