• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How to Install PuTTY on Linux Command Line

How to Install PuTTY on Linux Command Line

By Sourabh / December 9, 2022 Category: How To, Ubuntu

How to install PuTTY on Linux Ubuntu Systems. Here is the terminal command to install PuTTY Linux command line.

PuTTY on Linux

PuTTY Linux vesion is a graphical terminal program that supports the SSH, telnet, and rlogin protocols and connecting to serial ports. It can also connect to raw sockets, typically for debugging use.

How to Install PuTTY on Linux

Note that Putty is not installed by default on most Linux distributions, such as Ubuntu and Debian. On Debian, it can be installed with the following command:

$ sudo add-apt-repository universe
$ sudo apt update
$ sudo apt install putty
$ sudo aptitude install putty-tools

Once installed, the PuTTY graphical client can be started by just running putty command.

PuTTY supports public key authentication. It uses its own key format (.ppk files). The puttygen tool is used for generating a private key for authentication.

To enable public key authentication, run command:

puttygen -t rsa -b 2048 -o mykey.ppk
puttygen -L mykey.ppk

Now copy the public key to the .ssh/authorized_keys file on the server that you want to log in to using the key.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap