Guides 11791 Published by

Howtoforge published a tutorial about mounting remote directories with SSHFS on Ubuntu 11.10



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 Ubuntu 11.10 for both the local and the remote server.
  Mounting Remote Directories With SSHFS On Ubuntu 11.10