SSH is the secure method for accessing your Linux VPS. This guide covers SSH login from Windows, macOS, and Linux.


1. Requirements

  • Server IP

  • Port 22

  • Username: root

  • Password

→ Linux VPS Plans: https://console.orionstellar.com/index.php/store/linux-vps


2. Windows Connection (PuTTY)

  1. Install PuTTY

  2. Enter IP and Port 22

  3. Connect

  4. Login as root

  5. Enter password


3. macOS Connection

Open Terminal and run:

 
ssh root@SERVER_IP

4. Linux Connection

Same as macOS:

 
ssh root@SERVER_IP

5. SSH Key Authentication

Generate key:

 
ssh-keygen -t rsa -b 4096

Upload key:

 
ssh-copy-id root@SERVER_IP

6. Common SSH Errors

  • Connection timeout → Check firewall

  • Access denied → Re-check password

  • Port blocked → Restart SSH service


7. Security Tips

  • Change root password

  • Update system

  • Configure firewall


Summary

SSH provides secure and fast access to your VPS. Follow these steps to connect from any device.

Kas see vastus oli kasulik? 0 Kasutajad peavad seda kasulikuks (0 Hääled)