Software:Comparison of SSH servers

From HandWiki
Short description: None

An SSH server is a software program which uses the Secure Shell protocol to accept connections from remote computers. SFTP/SCP file transfers and remote terminal connections are popular use cases for an SSH server.

General

Name Developer Initial release Platform Latest release License
Version Date
Apache MINA SSHD Apache Software Foundation 2009 AIX 2.9.0[1] 2022-07-18 Apache-2.0
BSD
Linux
HP-UX
Java
macOS
Solaris
Windows
Bitvise SSH Server Bitvise Limited 2001 Windows Proprietary[lower-alpha 1]
CopSSH Itefix 2003-08-12 Cygwin 7.10.1[2] 2022-06-21 Proprietary
Windows
CrushFTP Server CrushFTP, LLC 2003-01-01 AIX Proprietary[lower-alpha 2]
BSD
Cygwin
Linux
HP-UX
Java
macOS
Solaris
Windows
Dropbear Matt Johnston 2003-04-06[3] AIX MIT
Android
BSD
Cygwin
Linux
HP-UX
macOS
Solaris
webOS
lsh Niels Möller 1999-05-23[4] BSD GPL-2.0-or-later
Linux
Solaris
macOS
OpenSSH[lower-alpha 3] The OpenBSD project 1999-12-01 AIX BSD
AmigaOS
Android
BSD
Cygwin
Linux
HP-UX
iOS
macOS
OpenVMS
Solaris
webOS
Windows
z/OS
Teleport Gravitational 2016-06-23 Apache-2.0
wolfSSH wolfSSL 2016-07-20 BSD GPL-3.0-or-later[lower-alpha 4]
Cygwin
Linux
macOS
Solaris
Windows
  1. No cost for non-commercial use.
  2. Shareware.
  3. Also known as OpenBSD Secure Shell.
  4. Also available under a proprietary license.

Platform

The operating systems or virtual machines the SSH servers are designed to run on without emulation; there are several possibilities:

  • No indicates that it does not exist or was never released.
  • Partial indicates that while it works, the server lacks important functionality compared to versions for other OSs but may still be under development.
  • Beta indicates that while a version is fully functional and has been released, it is still in development (e.g. for stability).
  • Yes indicates that it has been officially released in a fully functional, stable version.
  • Dropped indicates that while the server works, new versions are no longer being released for the indicated OS; the number in parentheses is the last known stable version which was officially released for that OS.
  • Included indicates that the server comes pre-packaged with or has been integrated into the operating system.

The list is not exhaustive, but rather reflects the most common platforms today.

Name macOS Windows Cygwin BSD Linux Solaris Java OpenVMS z/OS AmigaOS AIX HP-UX iOS[lower-alpha 1] webOS Android
Apache MINA SSHD Yes Yes No Yes Yes Yes Yes No No No Yes Yes No No No
Bitvise SSH Server No Yes No No No No No No No No No No No No No
CopSSH No Yes Yes No No No No No No No No No No No No
CrushFTP Server Yes Yes Yes Yes Yes Yes Yes No No No Yes Yes No No No
Dropbear Yes No Yes Yes Yes Yes No No No No Yes Yes No Yes[lower-alpha 2] Yes
lsh Yes No No Yes Yes No No No No No No No No ??
OpenSSH[lower-alpha 3] Included Optional[lower-alpha 4] Included Included Included[lower-alpha 5] Yes No Yes Yes Yes Yes[lower-alpha 6] Included Yes[lower-alpha 7] Yes[lower-alpha 2] Partial
wolfSSH Yes Yes Yes Yes Yes Yes No No No No No No No No No
  1. iPhone, iPod Touch. Unless otherwise noted, iPhone refers to non-jailbroken devices.
  2. 2.0 2.1 OpenSSH and Dropbear are available as optware packages installed by PreWare (maintained by WebOS Internals).
  3. Also known as OpenBSD Secure Shell.
  4. Native OpenSSH for Windows 10 is an optional feature that can be installed. OpenSSH can be installed in windows from windows 10 version 1709 and up. The project is called Win32-OpenSSH (contains 64bit as well), hosted on GitHub.[5]
  5. Most Linux distributions have OpenSSH as an official package, but a few do not.
  6. OpenSSH 3.4 was the first release included since AIX.[6]
  7. Only for jailbroken devices.

Features

Name SSH1 SSH2 Port forwarding SFTP SCP IPv6 OpenSSH authorized keys Privilege separation FIPS 140-2
Apache MINA SSHD No Yes Yes Yes Yes Yes Yes No ?
Bitvise SSH Server No Yes Yes Yes Yes Yes Yes Yes Yes
CopSSH No Yes Yes Yes Yes Yes Yes Yes[7] ?
CrushFTP Server No Yes Yes Yes Yes Yes Yes Yes ?
Dropbear No Yes Yes Partial Yes Yes Yes No ?
Lsh No Yes Yes Yes Yes ? ? ? ?
OpenSSH[lower-alpha 1] No[8] Yes Yes Yes Yes Yes Yes Yes[7] Yes[lower-alpha 2]
wolfSSH No Yes Yes Yes Yes Yes Yes No Yes
  1. Also known as OpenBSD Secure Shell.
  2. OpenSSH server can be built with FIPS 140-2.[9]

See also

References