Using your keys to access your VM
- Ensure an SSH key is installed to your VM.
- Find the VM public IP address in the VM Overview or Network pages.
- Connect from your computer using:
ssh -i /path/to/key user@IP. - If you cannot connect, verify firewall/security groups allow TCP port 22.
