sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

Sshfs allows you to browse your own folders over the Internet. It’s a real mount, a directory on your computer, so any program can access the files. And it uses SSH, making it very secure. $ sshfs -o reconnect,ServerAliveInterval=5,ServerAliveCountMax=3 tero@example.com:/ mnt/tero/

Posted in Uncategorized | Tagged , , , , , | Comments Off on sshfs – Securely Mount Filesystems over the Internet – Survive Suspend and Network Down

mount_sshfs

Table of Contents Mount Remote SSH Filesystem with FUSE Requirements Install SSHFS Load FUSE kernel module Mount SSH Filesystem Create mountpoint Mount Remote Filesystem Notes Troubleshooting Couldn’t find package sshfs fuse: failed to exec fusermount: Permission denied Fuse device not … Continue reading

Posted in Old Site | Tagged , , , , , , | Comments Off on mount_sshfs