Say I have ssh access to machine "foo":
me@local: ssh user1@foo
And from there i can access "bar":
user1@foo: ssh user2@bar
With this setup, is there any way I can use sshfs to mount in my local machine a directory located in "bar"?
I don't have administrative access in "foo", so I can't use sshfs to mount a directory there.
bar
? – nanofarad Nov 12 '12 at 18:29