Simple secured SFTP tunnel?
- by babonk
I'd like to setup an sftp tunnel so that I can connect to an IP-secured SFTP server through a gateway computer from anywhere, and download the files to anywhere.
I was thinking of using a combination with netcat, having it listen to either WinSCP or PuTTY sFTP (doesn't matter which). Not sure how I would download the files to the connecting computer though. I would like the tunnel to be secured, preferably, with a username/password.
I'm open to using alternative software but I'm looking for unintrusive, simple command line stuff because I don't want to install a lot on this computer.
Thanks