Beta preview — heading toward 1.0. Issues?
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 readsshvpslinuxwindows

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.

Was this article helpful?

Be the first to rate it

We use cookies

We use cookies to improve your experience, analyse site traffic and personalise content. You can choose which cookies to accept.