mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Mention what the ssh -M session looks like.
This commit is contained in:
@@ -219,6 +219,11 @@ Start the master connection:
|
|||||||
</PRE>
|
</PRE>
|
||||||
<P></P>
|
<P></P>
|
||||||
<P>
|
<P>
|
||||||
|
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.
|
||||||
|
</P>
|
||||||
|
<P>
|
||||||
<B>NOTE: You need to have a ControlMaster connection running whenever you want to access the repo using ssh.</B>
|
<B>NOTE: You need to have a ControlMaster connection running whenever you want to access the repo using ssh.</B>
|
||||||
You may want to create a script or alias for starting the connection.
|
You may want to create a script or alias for starting the connection.
|
||||||
</P>
|
</P>
|
||||||
|
|||||||
@@ -165,6 +165,10 @@ Start the master connection:
|
|||||||
$ ssh -M gfreposerver
|
$ 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.**
|
**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.
|
You may want to create a script or alias for starting the connection.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user