Mount Network Directories with SSHFS

  • 41,955 views. Added .

Need to access a file system over the network? Tired of slowdowns when opening large files or scanning cluttered directories? SSHFS lets you access your files over SSH at the full speed of your network, while appearing as a local file system to your applications.

Installation instructions:
Ubuntu & Debian - "apt install ssh"
Fedora - "dnf install sshfs"
openSUSE - "zypper install sshfs"
Arch - "pacman -S sshfs"
Some distros require additional configuration, so check your documentation!

Comments (log in to post)

There have been no comments yet