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