• 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

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

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

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