Skip to main content

SSH

SSH into a VM is pretty straight forward.

  1. Open your terminal on your computer
  2. Run the command ssh USERNAME@VM_IP where Username is the provided VM username and VM_IP is the provided VM IP address.
  3. You will then be prompted to enter the password. Use the password provided on the VM.
  4. You are in!

To terminate your session you can type exit and hit enter in the terminal or Ctrl + D on your keyboard.

Mascot