sshfs
- From here
# Create the mountpoint [chris@marvin ~ ]$ mkdir ~/mnt # Invoke SSHFS with your SSH credentials and the remote location to mount [chris@marvin ~ ]$ sshfs czw@<remote>.csail.mit.edu:/storage/czw/ ~/mnt # Access the newly mounted filesystem [chris@marvin ~ ]$ ls ~/mnt/ # Unmount fusermount -u ~/mnt