SSH
SSH into a VM is pretty straight forward.
- Open your terminal on your computer
- Run the command
ssh USERNAME@VM_IP
where Username is the provided VM username and VM_IP is the provided VM IP address. - You will then be prompted to enter the password. Use the password provided on the VM.
- You are in!
To terminate your session you can type exit
and hit enter in the terminal or Ctrl + D on your keyboard.