Monday 2 March 2009

sshfs

sudo apt-get install sshfs

Add users to the fuse group:
sudo adduser username fuse (i found this not to be required)

mount the remote file systems:
sshfs loginname@ipaddress:/pathtoremotedir /pathtolocalmountpoint

These are temporary. When the ssh tunnel fails, the access is lost. After a period
of inactivity, the connection is dropped.

No comments:

Post a Comment