SSH (Secure Shell) is the standard protocol for remotely connecting to a Linux server securely. All communication is encrypted.
Before you start, you need:
Windows 10 and 11 include a native SSH client. Open PowerShell and type:
ssh root@YOUR_IP
Replace YOUR_IP with your VPS IP address. Accept the server fingerprint by typing yes, then enter your password.
PuTTY is the most popular SSH client on Windows. Download it from putty.org, then:
Open Terminal and type directly:
ssh root@YOUR_IP
SSH keys are more secure than passwords.
ssh-keygen -t ed25519 -C "my-vexcloud-vps"
Press Enter to accept the default location. Set a passphrase if desired.
ssh-copy-id root@YOUR_IP
ssh root@YOUR_IP
To protect your VPS from brute force attacks, edit /etc/ssh/sshd_config:
Restart SSH after changes: systemctl restart sshd
Get started
EQUINIX PA6 Paris infrastructure · DDoS protection included · No commitment
See VPS plans →