Merge "[doc]Fix: Modify content of configure access and security for instance"

This commit is contained in:
Zuul 2018-11-26 21:33:47 +00:00 committed by Gerrit Code Review
commit 7899b04888
1 changed files with 21 additions and 23 deletions

View File

@ -116,29 +116,7 @@ Create at least one key pair for each project.
#. In the :guilabel:`Create Key Pair` dialog box, enter a name for your
key pair, and click :guilabel:`Create Key Pair`.
#. Respond to the prompt to download the key pair.
.. _dashboard_import_keypair:
Import a key pair
~~~~~~~~~~~~~~~~~
#. Log in to the dashboard.
#. Select the appropriate project from the drop down menu at the top left.
#. On the :guilabel:`Project` tab, open the :guilabel:`Compute` tab.
#. Click the :guilabel:`Key Pairs` tab, which shows the key pairs that
are available for this project.
#. Click :guilabel:`Import Key Pair`.
#. In the :guilabel:`Import Key Pair` dialog box, enter the name of your
key pair, copy the public key into the :guilabel:`Public Key` box,
and then click :guilabel:`Import Key Pair`.
#. Save the ``*.pem`` file locally.
#. The private key will be downloaded automatically.
#. To change its permissions so that only you can read and write to the
file, run the following command:
@ -160,6 +138,26 @@ Import a key pair
$ ssh-add yourPrivateKey.pem
.. _dashboard_import_keypair:
Import a key pair
~~~~~~~~~~~~~~~~~
#. Log in to the dashboard.
#. Select the appropriate project from the drop down menu at the top left.
#. On the :guilabel:`Project` tab, open the :guilabel:`Compute` tab.
#. Click the :guilabel:`Key Pairs` tab, which shows the key pairs that
are available for this project.
#. Click :guilabel:`Import Key Pair`.
#. In the :guilabel:`Import Key Pair` dialog box, enter the name of your
key pair, copy the public key into the :guilabel:`Public Key` box,
and then click :guilabel:`Import Key Pair`.
The Compute database registers the public key of the key pair.
The Dashboard lists the key pair on the :guilabel:`Key Pairs` tab.