From 727b2108df697bcaf525cf40bb12bc7c39c1dfbe Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sat, 8 Jan 2011 05:43:10 +0000 Subject: [PATCH] consistent advice for sshfs [Imported from Trac: page SftpFrontend, version 61] --- SftpFrontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SftpFrontend.md b/SftpFrontend.md index 23946ee..003f870 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -68,7 +68,7 @@ The MacFUSE version of sshfs stores "extended attributes" in files with names st On Mac OS X, TextEdit and vi are known to have problems editing files on a Tahoe-via-sshfs filesystem. -To avoid potential bugs with rekeying, add the line `RekeyLimit 0` to `~/.ssh/config`. +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`. ## Gnome virtual filesystem (gvfs)