...
- 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 -l cirros <FloatingIP>
- At the prompt, type yes.
It 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.
...