Content
Connecting to an OCI Instance.
Make sure you have generated a key-pair and sent the public key to us before using this guide.
-
Launch a terminal/powershell/cmd window on your system.
-
Navigate to the folder where you saved your key by using the cd command.
-
Connect using the key by typing
ssh -i my_key.key opc@<instance_ip>, replcating<instance_ip>with the IP of the instance you are connecting to, andmy_key.keywith your key name. For example: -
ssh -i ./lucas-work-key.key opc@192.168.0.1
You should now be connected to your instance :).