Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is recommended to insert the newly generated key in a text file, without extension, conventionally called id_rsa. The file should be placed in the ".ssh" folder, which should be located in the "Users \ nameUser \ .ssh" path. Moreover, if you want to change the permissions of the file, so that only you can read and write to the file, you can use the Linux chmod command (in this case chmod 600 PrivateKey.pemid_rsa).

Import a key pair

This procedure is an alternative to the one presented in the previous paragraph: you can generate a Key Pair on OpenStack and save the Private Key locally or, conversely, generate it locally and save the public part on OpenStack. To do this, you need to generate on the local machine, which you will use to connect via ssh, the key pair, using the command:

...