Remote Display

OpenSSH – remote login with the SSH protocol

OpenSSH is a free version of the SSH suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on.

OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks.

OpenSSH consists of a number of programs:

  • shd – Server program run on the server machine. This listens for connections from client machines, and whenever it receives a connection, it performs authentication and starts serving the client.
  • sh – This is the client program used to log into another machine or to execute commands on the other machine. slogin is another name for this program.
  • cp – Securely copies files from one machine to another.
  • sh-keygen – Used to create Pubkey Authentication (RSA or DSA) keys (host keys and user authentication keys).
  • sh-agent – Authentication agent. This can be used to hold RSA keys for authentication.
  • sh-add – Used to register new keys with the agent.
  • ftp-server – SFTP server subsystem.
  • ftp – Secure file transfer program.
  • sh-keyscan – gather ssh public keys.
  • sh-keysign – ssh helper program for hostbased authentication.

Features include:

  • Strong authentication. Closes several security holes (e.g., IP, routing, and DNS spoofing).
  • Improved privacy. All communications are automatically and transparently encrypted.
  • Secure X11 sessions. The program automatically sets DISPLAY on the server machine, and forwards any X11 connections over the secure channel.
  • Arbitrary TCP/IP ports can be redirected through the encrypted channel in both directions (e.g., for e-cash transactions).
  • No retraining needed for normal users.
  • Never trusts the network. Minimal trust on the remote side of the connection. Minimal trust on domain name servers. Pure RSA authentication never trusts anything but the private key.
  • Client RSA-authenticates the server machine in the beginning of every connection to prevent trojan horses (by routing or DNS spoofing) and man-in-the-middle attacks, and the server RSA-authenticates the client machine before accepting .rhosts or /etc/hosts.equiv authentication (to prevent DNS, routing, or IP-spoofing).
  • Host authentication key distribution can be centrally by the administration, automatically when the first connection is made to a machine.
  • Any user can create any number of user authentication RSA keys for his/her own use.
  • The server program has its own server RSA key which is automatically regenerated every hour.
  • An authentication agent, running in the user’s laptop or local workstation, can be used to hold the user’s RSA authentication keys.
  • The software can be installed and used (with restricted functionality) even without root privileges.
  • The client is customizable in system-wide and per-user configuration files.
  • Optional compression of all data with gzip (including forwarded X11 and TCP/IP
    port data), which may result in significant speedups on slow connections.
  • Complete replacement for rlogin, rsh, and rcp.

Website: www.openssh.com
Support: Manual Pages
Developer: The OpenBSD Project
License: BSD license

OpenSSH is written in C. Learn C with our recommended free books and free tutorials.


Related Software

SSH Servers
OpenSSHRemote login with the SSH protocol
TeleportProvides connectivity, authentication, access controls and audit for infrastructure
ssh3Faster and rich secure shell using HTTP/3
TinySSHMinimalistic SSH server
DropbearLightweight SSH server
quicssh-rsSimple ssh server
ssh2incusSSH server for Incus instances
wolfSSHSmall, fast, portable SSH implementation

Read our verdict in the software roundup.

Remote Desktop Servers
TigerVNCPlatform-neutral implementation of VNC
X2GoFast terminal server suite based on NoMachine's NX libraries
RustDeskWorks out of the box with no configuration required
TurboVNCTightVNC-compatible remote desktop software
FreeRDPRemote Desktop Protocol Implementation
TightVNCRemote network access to graphical desktops
xrdpAccepts connections from variety of RDP clients
XpraMulti-platform persistent remote display server
GuacamoleClientless remote desktop gateway
OpenSSHEncrypted communication sessions using the ssh protocol
VeyonComputer monitoring and classroom management
IronRDPRust implementation of RDP
GNOME Remote DesktopDesigned for GNOME using pipewire.
Dayon!Easy to use, cross-platform remote desktop assistance solution
Lamco RDP Server Wayland-native RDP server for Linux
hypr-rdpNative RDP server for Hyprland

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments