diff options
Diffstat (limited to 'tools/openssh.html')
-rw-r--r-- | tools/openssh.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/openssh.html b/tools/openssh.html index b643285..4b85020 100644 --- a/tools/openssh.html +++ b/tools/openssh.html @@ -257,6 +257,9 @@ IdentityFile ~/.ssh/gitolite Port 2222 User gitolite + + Host * + IdentitiesOnly yes </pre> <p>Now you can just type ssh core to connect machine.example.org on |