How to install and use PuTTY on your Ubuntu

Screenshot from 2016-02-22 19:53:31

PuTTY is an SSH client that allows us remotely manage a server. Surely those who have needed to connect by SSH to a Linux system, already know what I mean.

Some prefer to use SSH directly from the terminal, but the truth is that PuTTY is a frontend for SSH that nIt gives you many more features than SSH itself. Therefore, in Ubunlog We want to explain how we can install and use it to connect to another system remotely and from Ubuntu.

PuTTY is actually the most popular SSH client on Windows, but it also has a version for Linux. PuTTY allows us to configure the terminal in a flexible way, it has multiple X11 authentication protocols and more features not supported by SSH.

Installing PuTTY

To install it we can do it through the Synaptic Package Manager, simply looking for the "putty" package, marking it to install and proceeding with the download, as we see in the following image.

Screenshot from 2016-02-22 19:45:57

We can also install the package through the terminal with:

sudo apt-get install putty

How to use PuTTY

Once we have installed PuTTY, using it is quite simple. We simply have to find the PuTTY application and run it. To start an SSH session, we simply have to enter the Host name or IP where we want to connect remotely, and select SSH as the type of connection, as we see in the following image.

Screenshot from 2016-02-22 19:58:45

When we click accept, we will be asked for a username and password, and voila! You can now start your remote session to the Linux server. Exactly the same as if you had a monitor and keyboard connected to the server and you were managing it through them.

In addition, as we see in the previous image, as we already said, PuTTY not only serves us for SSH sessions, but also provides us with a very wide range of configurations. For example, in the Terminal tab we can configure the terminal that will be output when we start the SSH session, or we can also configure the way we want PuTTY to encode the textor in the Translation option of the Window tab.

We hope that from PuTTY it will help you and simplify your work a little more when connecting remotely to a Linux server. If you have had a problem at any time in the post or something has not worked for you, leave it in the comments and from Ubunlog We will be happy to help you.


15 comments, leave yours

Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Daniel Velasco said

    Excuse me, what is the name of that Tool that you have on your right hand?

    1.    Miquel Perez said

      Good night Daniel,

      The tool is called Conky and I already wrote an entry in which I explain how to install it and put the same theme that I use. You can see it by clicking HERE.

      regards

    2.    erikson de leon said

      If I'm not bad, it's called Conky

  2.   erikson de leon said

    Why install putty if the terminal is there?

  3.   Fidelito Jimenez Arellano said

    Why install putty if you can access ssh with terminal

  4.   vicente said

    Thanks for the contribution but when you can, change the name of puty with a t for putty in the line of code for the terminal.
    ..Your pos is great ..

  5.   Leslie said

    Hello thank you very much. Greetings from Mexico

  6.   Mark said

    Hello,
    I am new to using Ubuntu. I am trying to ssh to my computer. When I am at home and both computers are connected to the same network, I have no problem. But when I am out of my house and I want to connect to the computer that is in my house through ssh I cannot. I read that I have to configure something on the router but I do not understand well. Can you guide me a bit please? Thanks!

  7.   jmanada said

    and if I want to connect "X" device to my laptop, how to identify the Serial port? Thanks!!!

  8.   Michael P. said

    Hello jmanada, I am the author of the post, and although I am no longer in Ubunlog I'm going to answer you 😛
    The answer is that it depends on what you want to do. If you only want to connect via SSH to your laptop you can do it through the default ssh port, which if you have not changed it is 22. If you want to connect to a specific service hosted on your laptop then you would have to look at which port you have that service. If you do not know the open ports of your laptop you can run, from another PC, "nmap XXX.XXX.XXX.XXX" where the X are the IP of your laptop. There you will see what ports are open on your laptop (ssh, http, http://ftp...) and you can know which one to connect to ...

  9.   Your teacher said

    This post is not useful, it is absurd, it does not say more than nonsense, it does not teach how to install and configure ssh these types of random pages that give irrelevant information without necessarily showing the fundamentals of the objective, they lack sense, they should be eliminated

  10.   jsbsan said

    Thanks, I didn't know that putty existed for linux (I've always seen it for windows). It has served me a lot. Thanks !!!

  11.   edward hardy said

    sudo apt-get install putty * you are missing a t, greetings! ubuntu 20.40, laptop e5-411

  12.   jaio said

    the command is sudo apt-get install putty with two t's not one.

    all the best

  13.   victor sosa said

    is :
    sudo apt-get install putty

    It is not:
    sudo apt-get install puty

    😉