↔️Connecting to your instance
Here we'll connect to the new instance for the first time
Open a Terminal session and connect to your new instance with the generated key:
# Connecting to your instance for the first time
ssh -i "<path-to-the-new-oracle-key>" ubuntu@<the-ip4-address-of-the-new-vm>
Please note: the default user for Ubuntu instances is "ubuntu" but this may differ for other OS.
Last updated