about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/openssh.html7
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>