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 MyKeyPairmyKeyPair.key -l ubuntu <FloatingIP>


  3. At the prompt, type yes.

...