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:
Dan Kalowsky 2016-02-16 15:54:30 -08:00 committed by Gerrit Code Review
commit f5a31b9550

View file

@ -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: