I am trying to use sftp over an ssh tunnel
I have a homePC
, that can use a gatewayPC
as a jump host to login to a remoteserver
i use the ssh tunnel command
$ssh -t userid@gateway ssh remoteserver
from homePC
and it worked great
However, I would like to open a nautilus or any other file manager once I am logged into the other machine
one option is to be able to sftp or ftp over this tunnel
Are there GUI based tools like putty for windows in order to make this happen?
Any help is appreciated
Regards, Shivani
I'm not sure what the "right" way to do something like this would be, but I did something similar once by creating a port-forwarding from homePC to gatewayPC, and then from gatewayPC to remoteserver. Then I can connect my local SFTP client to the local end of the port-forwarding pipeline. This gets you doubled encryption, though.