How to Login to a Linux SSH Server

Linux Β· 1 min read

Step-by-step guide on how to connect to a Linux VPS via SSH using PuTTY on Windows or the Terminal on Linux/macOS.

Introduction to SSH

SSH (Secure Shell) is one of the most powerful methods for administering a Linux server. Through SSH, you can fully manage your Linux server in text-based mode β€” from installing application modules to various configuration tasks.

For Windows Users

Using PuTTY

  1. Download PuTTY from the official website
  2. Open the downloaded PuTTY application
  3. Enter your VPS IP address
  4. Click Open
  5. Enter the username and password from the activation email you received when your VPS was set up

PuTTY Interface

Alternative: Smartty

Another recommended SSH client for Windows is Smartty, available for download here.

For Linux / macOS Users

  1. Open Terminal
  2. Type the following command:
ssh username@your-vps-ip

Example:

ssh [email protected]
  1. Enter your VPS password when prompted

Chat Support

We're here to help

Available Mon–Sun, 08:00–22:00 WIB