say how to unmount an sshfs filesystem

[Imported from Trac: page SftpFrontend, version 74]
davidsarah 2011-09-26 19:00:24 +00:00
parent 78492f83ab
commit 8681059b4f

@ -70,6 +70,7 @@ A POSIX application might assume that deleting a non-empty directory will fail,
To avoid potential bugs with rekeying, either use the `-o [RekeyLimit](RekeyLimit)=0` option to `sshfs`, or add the line `RekeyLimit=0` to `~/.ssh/config`.
To unmount an sshfs filesystem, make sure you are in the `fuse` group (if necessary use "`sudo adduser `whoami` fuse`"), and then do "`fusermount -u mountpoint`".
## sshfs on Mac OS X