about summary refs log tree commit diff stats
path: root/tools/openssh.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-03-20 18:52:57 +0000
committerSilvino Silva <silvino@bk.ru>2019-03-20 19:23:20 +0000
commit675126cad1cde96a6fcf63efdc1bd8b6f6ba22ad (patch)
tree4b1526ed28a1a03199367ce84dfc6c02927b6f22 /tools/openssh.html
parent870af31e0134a85f2860c686fd48d570b0b9540c (diff)
downloaddoc-675126cad1cde96a6fcf63efdc1bd8b6f6ba22ad.tar.gz
tools ssh and dev git fix's
doc release 0.5.1
Diffstat (limited to 'tools/openssh.html')
-rw-r--r--tools/openssh.html7
1 files changed, 7 insertions, 0 deletions
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>