diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-20 20:16:10 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-20 20:16:10 +0000 |
commit | a19f7c5f9f357102b469b2b44c3f0749e1345b11 (patch) | |
tree | 6a6fab9cdc747d97b4dbbea8d41620f43df98ff7 /tools | |
parent | fa304188694b900513ea4a4e249c40fb360fc6e5 (diff) | |
parent | d765ed480f6153b35fdb93d8bea74a3ce9a14d93 (diff) | |
download | doc-a19f7c5f9f357102b469b2b44c3f0749e1345b11.tar.gz |
Merge branch 'master' into develop
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> |