diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | tools/openssh.html | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html index 13321a6..48ee3d1 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ <p>Version;</p> <pre> - rev 0.5.0 + rev 0.5.1 </pre> <a href="links.html">Links</a> contains relevant diff --git a/tools/openssh.html b/tools/openssh.html index 7c627b6..b643285 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> |