From f5a31b9550e7948bc945f778be86926a2f4607b2 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Tue, 16 Feb 2016 15:54:30 -0800 Subject: [PATCH] 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 --- doc/collaboration/code/gerrit_accounts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/collaboration/code/gerrit_accounts.rst b/doc/collaboration/code/gerrit_accounts.rst index 990f590b4e0..b2cd716eda7 100644 --- a/doc/collaboration/code/gerrit_accounts.rst +++ b/doc/collaboration/code/gerrit_accounts.rst @@ -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: