diff options
Diffstat (limited to 'tools')
-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 7c627b6..dae7c00 100644 --- a/tools/openssh.html +++ b/tools/openssh.html @@ -250,6 +250,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 |