Versions Compared

Key

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

...

  1. Copy the IP address for your instance.
  2. Use the SSH command to make a secure connection to the instance. For example:

    Code Block
    languagebash
    themeConfluence
    titleConnect to istance
    $ ssh -i myKeyPair.key -l cirros <FloatingIP>


  3. At the prompt, type yes.

Connect to istanceImage AddedIt is also possible to SSH into an instance without an SSH keypairKey Pair, if the administrator has enabled root password injection. For more information about root password injection, see Injecting the administrator password in the OpenStack Administrator official Guide.

...