Mention what the ssh -M session looks like.

This commit is contained in:
bringert
2005-11-24 10:43:56 +00:00
parent 78e272be3c
commit b71cf25c86
2 changed files with 9 additions and 0 deletions

View File

@@ -165,6 +165,10 @@ Start the master connection:
$ ssh -M gfreposerver
```
This looks just like a normal ssh login, and you get a shell on the server.
Put this connection in the background, or keep it open in a window
somewhere.
**NOTE: You need to have a ControlMaster connection running whenever you want to access the repo using ssh.**
You may want to create a script or alias for starting the connection.