CodyKochmann
5/2/2017 - 5:36 PM

Mount a filesystem with sshfs with two hops From http://www.larkinweb.co.uk/computing/mounting_file_systems_over_two_ssh_hops.html

$ ssh -f userB@systemB -L 2222:systemC:22 -N
$ sshfs -p 2222 userC@localhost:/remote/path/ /mnt/localpath/