Cloud VPS & Compute
How to Connect to Your Cloud VPS Using SSH Keys
Published: Sep 07, 2026
•
143 views
•
38 found this helpful
Connecting to Your Linux VPS via SSH
All Aeitch Cloud VPS instances are deployed with SSH key authentication enabled for maximum cryptographic security against brute-force attacks.
1. Locate Your Server IP
Navigate to your Services panel and click on your active VPS to view the public IPv4 address.
2. Connect via Terminal
Run the following command on your local machine:
ssh -i ~/.ssh/id_ed25519 root@YOUR_SERVER_IP
3. First-Time Setup Checklist
- Ensure firewall allows inbound port 22 or your custom SSH port.
- Update system packages:
apt update && apt upgrade -y - Create a non-root sudo user for daily operations.
Was this tutorial helpful?
Your feedback helps us continuously improve our documentation.