SSH protocol how can we use it?


So for connect to a remote server through the SSH protocol we can use an application called PuTTY. This free application is specifically designed to establish certain types of remote connections such as Telnet and SSH.

Once the client is started, a panel appears as we show it here:

In this window we simply have to configure 3 sections:

▸IP address or remote domain of the server to which we are going to connect.

▸Port that we will use for the connection (configured on the server).

▸Protocol to use.

PuTTY is not only an SSH client, it also allows connections to other protocols such as Telnet, Raw, Rlogin and Serial, so it will also help us to make these types of connections.

In our case, as we are going to make an SSH connection, we will mark this protocol.

We will click on the open button and a terminal will open, that will establish the connection. Once established, it will ask us for the user we want to identify ourselves.

We introduce the user, and when requested, we put the corresponding password. After a few seconds we will be inside.


Ready! We can now start using the remote SSH connection.

If you wanna know more about this protocol here you can learn more about it: https://en.wikipedia.org/wiki/Secure_Shell


Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *