diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-04-19 16:57:13 -0400 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2010-04-19 16:57:13 -0400 |
| commit | 32a8eff02cd74c0f31c6459f55b755ad56c88226 (patch) | |
| tree | 4db433542efdaeeba7b40f45d0477c1ce666b4f5 | |
| parent | 832300a9e0e553f6cc1a36b91dcaad143eb74d01 (diff) | |
Fixed typo in ControlMaster section of remoteusage
| -rw-r--r-- | remoteusage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 2b7dd5c..c6e3ff6 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -107,7 +107,7 @@ Add the following to your ~/.ssh/config file: 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 |
