Troubleshooting SSH Connection Issues
Step 1: Verify Basic Connectivity
ping your-vm-ip-addresstelnet your-vm-ip-address 22Step 2: Check Your SSH Command and Credentials
ssh -v username@your-vm-ip-address -i /path/to/private-keychmod 600 /path/to/private-keyStep 3: Check VM Status Through the Cloud Console
Step 4: Contact support
Last updated
Was this helpful?