aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.rst')
-rw-r--r--sshfs.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sshfs.rst b/sshfs.rst
index 1239a21..7c763dd 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -253,6 +253,14 @@ without SSHFS being informed about that. As a workaround, you can try
to mount with ``-o ServerAliveInterval=15``. This will force the SSH
connection to stay alive even if you have no activity.
+Mounting from /etc/fstab
+========================
+
+To mount an SSHFS filesystem from ``/etc/fstab``, simply use ``sshfs`
+as the file system type. (For backwards compatibility, you may also
+use ``fuse.sshfs``).
+
+
See also
========