diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/openssh.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/openssh.html b/tools/openssh.html index dae7c00..4b85020 100644 --- a/tools/openssh.html +++ b/tools/openssh.html @@ -198,6 +198,13 @@ $ touch ~/.ssh/authorized_keys $ chmod 600 ~/.ssh/authorized_keys $ chmod 600 ~/.ssh/gitolite + $ chmod 600 ~/.ssh/id_rsa + </pre> + + <p>Add identity to ssh agent;</p> + + <pre> + $ ssh-add ~/.ssh/id_rsa </pre> <h3 id="sshpubkey">2.1. Install Public Keys</h3> |