minor docfix
This commit is contained in:
parent
2cc19091ca
commit
6f45f75ca1
|
@ -148,8 +148,9 @@ Here's how it all hangs together.
|
||||||
|
|
||||||
Luckily, ssh has a very convenient way of capturing all the connection
|
Luckily, ssh has a very convenient way of capturing all the connection
|
||||||
information (username, hostname, port number (if it's not the default 22),
|
information (username, hostname, port number (if it's not the default 22),
|
||||||
and keypair to be used) in one "paragraph". This is what the para looks
|
and keypair to be used) in one "paragraph" of `~/.ssh/config`. This is
|
||||||
like for us (the easy install script puts it there the first time):
|
what the para looks like for us (the easy install script puts it there the
|
||||||
|
first time):
|
||||||
|
|
||||||
host gitolite
|
host gitolite
|
||||||
user git
|
user git
|
||||||
|
|
Loading…
Reference in a new issue