PW0N's Blog

Sharing more techniques for like-minded people to learn and communicate together.

0%

Putty for Linux

How to Use Putty for Linux: Step-by-Step Guide

Putty is a widely used SSH client that allows you to remotely access Linux servers. In this guide, I’ll walk you through how to download, configure, and use Putty for Linux. Whether you’re accessing a server on your LAN or a remote server, these instructions will help you get set up quickly.

Downloading Putty

If you’re not sure where to download Putty, you can click here to download Putty. Choose the version that corresponds to your operating system. For example, if you’re using Windows 64-bit, download the Windows 64-bit version.

Once downloaded, simply open the file to start using Putty.

Setting Up Your Server Connection in Putty

  1. Input your server’s IP address into the Hostname field. By default, you’ll connect over port 22 for SSH access.

    For demonstration purposes, I’m using 192.168.1.1, which is a LAN IP address. Make sure to enter your actual server IP address.

    putty setup

  2. Before you click Open, let’s configure a few more settings to improve your connection stability.

Keep Your Connection Alive

To avoid disconnection issues, it’s recommended to set a keepalive interval:

  1. Navigate to the Connection settings.

  2. In the Seconds between keepalives field, set the value to 30. This ensures that your session remains active even if there’s no data being transmitted.

    putty keepalive

Save Your Connection Settings

To save time in the future, you can save your session details so you don’t have to re-enter your server IP and configurations every time:

  1. After setting up your IP and keepalive settings, return to the Session screen.

  2. Enter a name for your session in the Saved Sessions field.

  3. Click Save. Now, whenever you open Putty, you can simply load your saved session and skip re-entering the connection details.

    putty save session

Try using these settings to improve your Putty experience!


By following these steps, you’ll ensure a smoother and more reliable SSH connection to your Linux server using Putty. Don’t forget to save your configurations to make future logins quicker!