22 C
Texas
angeloma
Senior Writer and partner

Install and use PuTTY on Ubuntu 18.04 / Debian 10

If you work with SSH connections from windows it is likely that you have installed PuTTY. Well, there is also a version available for Unix systems and binaries for Ubuntu and Debian. Well, in this post, you will learn how to install and use PuTTY on Ubuntu 18.04 and Debian 10.

PuTTY is a free application that allows you to make remote connections to any server or computer. Unlike other more advanced solutions, it does so using SSH and Telnet protocols. It is quite popular in Windows environments, and therefore sometimes forgets that there is version for Linux.

At this point, you may wonder what advantages the use of PuTTY brings over the use of the terminal and the SSH command. The truth is that with PuTTY we will have a lot of configurations to customize the connection. And all those configurations are available from a very simple and friendly graphical interface. So, this makes the job easier.

Recently version 0.73 has been released containing many patches that fix previous bugs. In fact, as indicated on the project website, these bugs brought security problems. So this version is very safe to use.

- Advertisement -

So, let us install it and use it.

Install and use PuTTY on Ubuntu 18.04 / Debian 10

One of the great advantages of PuTTY is that it is included in the official Ubuntu and Debian repositories. So the installation is a command away.

Then, open a terminal session and execute the following command:

:~$ sudo apt install putty
1.- Install PuTTY on Ubuntu / Debian
1.- Install PuTTY on Ubuntu / Debian

In case you are using Debian and do not have sudo enabled, I recommend you read this post:

How to enable sudo on Debian 10?

When the installation is finished, you can open the application with the following command:

:~$ putty

And you will see the following.

2.- Putty on Ubuntu
2.- Putty on Ubuntu

PuTTY comes with a pretty good default configuration. So to start with a connection at once, just enter the IP address or host you want to access. Then, we establish the port and the protocol. Also in this screen we will be able to save the configured session.

3.- Setting an SSH connection using PuTTY
3.- Setting an SSH connection using PuTTY

Clicking on Open will start the connection. If it is done for the first time, we will be shown a security warning.

4.- Starting a connection with PuTTY on Ubuntu / Debian
4.- Starting a connection with PuTTY on Ubuntu / Debian

Then Xterm will start and you will have to log in. In doing so, you will be able to use the connection.

5.- PuTTY is working
5.- PuTTY is working

As I told you at the beginning, PuTTY’s strength is its many options to configure. For example, it will look at the keyboard options we can configure.

6.- Keyboard settings
6.- Keyboard settings

Also, we can use a proxy to make the connection.

7.- Proxy settings on PuTTY
7.- Proxy settings on PuTTY

It is also possible to configure in depth the connection with the SSH protocol.

8.-SSH options
8.-SSH options

So, enjoy PuTTY.

Conclusion

PuTTY is one of those applications that can become necessary for daily work with SSH. It is light, fast, efficient and with many configuration options that will make it possible to connect to a server with all the ease and flexibility.

The installation is quite simple especially in Linux, so it is better to have it at hand.

Please share this post with your friends.

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article