Linux : Using sshfs to mount network resources
This page last changed on Jan 07, 2009 by Kees de Kooter
Warning
Under construction!!
create public / private keys
ssh-keygen
copy key to remote server
verify permissions on /dev/fuse
mount remote directory
sshfs hostname:/path/to/dir
extra: mount on demand
References
http://www.mccambridge.org/blog/2007/05/totally-seamless-sshfs-under-linux-using-fuse-and-autofs/