]> git.cworth.org Git - notmuch-wiki/commitdiff
Fixed typo in ControlMaster section of remoteusage
authorJesse Rosenthal <jrosenthal@jhu.edu>
Mon, 19 Apr 2010 20:57:13 +0000 (16:57 -0400)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Mon, 19 Apr 2010 20:57:13 +0000 (16:57 -0400)
remoteusage.mdwn

index 2b7dd5c7ca5ff6b3cbf044e2e3414d4ffb2545fd..c6e3ff6abd52a798b31609e125f527512c7be8b0 100644 (file)
@@ -107,7 +107,7 @@ Add the following to your ~/.ssh/config file:
 
     Host server_name 
     ControlMaster auto
 
     Host server_name 
     ControlMaster auto
-    ControlPath ~/.ssh/master0%r@%h:%p
+    ControlPath ~/.ssh/master-%r@%h:%p
     
 You can also se the Host to "*", if you want to use it for all
 connections. I usually have an interactive ssh connection to my home
     
 You can also se the Host to "*", if you want to use it for all
 connections. I usually have an interactive ssh connection to my home