Connect to a VM

SSH, RDP, passwords, and the rescue console.

SSH (Linux)

ssh -i ~/.ssh/id_rsa ubuntu@<PUBLIC_IP>

RDP (Windows)

  • Use Remote Desktop Connection to <PUBLIC_IP>

  • User: Administrator; change password on first login (Recommended: 15+ Characters with numbers, alphabets, symbols, and at least 1 uppercase alphabet)

Rescue console πŸ›Ÿ

  • Use Web/Serial console to fix firewall or NIC misconfigurations

  • Mount disk on a helper VM if necessary to repair credentials

Last updated

Was this helpful?