Versions Compared

Key

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

...

  1. Activate the VPN
  2. Position yourself in the folder where the private key is located (the private key can have the extension ".pem" or ".key" if generated on OS or locally, respectively).
  3. Remember the IP FloatingIP address for your instance.
  4. Use the SSH command to make a secure connection to the instance. For example:

    Code Block
    languagebash
    themeConfluence
    titleConnect to istance
    $ ssh -i <privateKey><key_path>/<key_name> -l <operativeSystem><operating_system_users> <FloatingIP>


  5. At the prompt, type yes.

...