Connecting to Your VM

Here you will learn how to securely access the newly created OCI VM over SSH from your local machine. The instructions provide the necessary command format and remind you to use the correct private key permissions.

The following example was run on MacOSX.

  1. Open a terminal window
  2. SSH into your VM
    ssh -i <private_key> opc@<public_ip>