Changes between Version 73 and Version 74 of SftpFrontend


Ignore:
Timestamp:
2011-09-26T19:00:24Z (13 years ago)
Author:
davidsarah
Comment:

say how to unmount an sshfs filesystem

Legend:

Unmodified
Added
Removed
Modified
  • SftpFrontend

    v73 v74  
    7171To avoid potential bugs with rekeying, either use the {{{-o RekeyLimit=0}}} option to {{{sshfs}}}, or add the line {{{RekeyLimit=0}}} to {{{~/.ssh/config}}}.
    7272
     73To 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}}}".
    7374
    7475== sshfs on Mac OS X ==