Comments on Mounting Remote Directories With SSHFS On Debian Squeeze

Mounting Remote Directories With SSHFS On Debian Squeeze This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Debian Squeeze for both the local and the remote server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Emily

What can you  do at step 2 if fuse turns out not to be loaded, i.e.

lsmod | grep fuse

produces a blank....?

By: Zhgmondi

Same here. grep fuse returns blank - what to do?