...
To use SSH to connect to your instance, use the downloaded Key Pair file.
- Activate the VPN
- 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).
- Remember Copy the IP address for your instance.
Use the SSH command to make a secure connection to the instance. For example:
Code Block language bash theme Confluence title Connect to istance $ ssh -i myKeyPair.key<privateKey> -l cirros<operativeSystem> <FloatingIP>
- At the prompt, type yes.
...