VPS & Cloud
How to connect to your VPS via SSH
SSH connection from Linux/macOS and Windows (PowerShell/PuTTY) with keys and password.
Apr 5, 20265 min di letturasshvpslinuxwindows
Every Fusiora VPS ships with SSH active on port 22 by default. Initial credentials are in your provisioning email.
Linux / macOS
ssh root@YOUR_IP
Windows (PowerShell)
PowerShell 7+ includes OpenSSH. Use the command above.
Windows (PuTTY)
Enter the IP in Host Name, port 22, connection SSH, and press Open.
Key-based auth
Generate a pair with ssh-keygen -t ed25519 and copy the public key with ssh-copy-id root@YOUR_IP. Then disable PasswordAuthentication in /etc/ssh/sshd_config.
Questo articolo ti è stato utile?
Sii il primo a valutarlo