docs : gerrit_accounts : correct ssh key path
Fix incorrect path for ssh key. It is .ssh, not .id. Change-Id: I84f054f9ba880e31fcc89cf10da0fb8522dfbae0 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
5d13a3ef96
commit
f5a31b9550
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ account:
|
|||
|
||||
4. On the left side menu, click on :guilabel:`SSH Public Keys`.
|
||||
|
||||
5. Paste the contents of your public key :file:`~/.id/id_rsa.pub` and click
|
||||
5. Paste the contents of your public key :file:`~/.ssh/id_rsa.pub` and click
|
||||
:guilabel:`Add key`.
|
||||
|
||||
.. note::
|
||||
|
@ -98,7 +98,7 @@ account:
|
|||
|
||||
.. warning::
|
||||
Potential Security Risk! Do not copy your private key
|
||||
:file:`~/.ssh/id_rsa` Use only the public :file:`~/.id/id_rsa.pub`.
|
||||
:file:`~/.ssh/id_rsa` Use only the public :file:`~/.ssh/id_rsa.pub`.
|
||||
|
||||
.. _code_check_out:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue