Language: EN

conexion-ssh-a-raspberry-pi-desde-windows-con-mremoteng

SSH Connection to Raspberry Pi from Windows with mRemoteNG

In this post we are going to see mRemoteNG, a great tool for making an SSH connection to our Raspberry Pi from a Windows computer.

At this point in the Raspberry Pi section, we are more than accustomed to connecting via SSH to our device. From a Linux computer, the SSH connection is simple and we can do it using only the terminal.

On the contrary, in Windows we will need some additional software. The usual solution is to use the well-known Putty, a software that allows connections via SSH, Telnet, or Serial Port.

However, despite its popularity and simplicity, Putty also suffers from certain limitations. Fortunately in Windows we have other alternatives like the great mRemoteNG.

mRemoteNG is an open source development that provides a better interface and functionality. For example, it has a tabbed interface that allows you to have multiple connections open simultaneously.

raspberry-pi-mremoteng-pantalla

It also allows comfortably storing multiple saved connections, each with its configuration (including username and password) to quickly establish the connection with our usual devices.

It is compatible with SSH (Secure Shell), RDP (Remote Desktop/Terminal Server), VNC (Virtual Network Computing), ICA (Citrix Independent Computing Architecture), Telnet (TELecommunication NETwork), HTTP/HTTPS (Hypertext Transfer Protocol), rlogin, and Raw Socket Connections.

mRemoteNG is only available on Windows, and its installer can be downloaded from its website. Its code is available at this link.

In short, a very interesting and recommended tool for the many Windows users who need to connect via SSH to a system like Raspberry Pi.