Software:Dropbear

From HandWiki
Short description: Alternative SSH-server and client
Dropbear
Developer(s)Matt Johnston
Initial releaseApril 2003, 06; 20 years ago (06-04-2003)
Stable release2020.81 (October 29, 2020; 3 years ago (2020-10-29)) [±][1]
Written inC
Operating systemUnix-like
TypeRemote access
LicenseMIT license
Websitematt.ucc.asn.au/dropbear/dropbear.html

Dropbear is a software package written by Matt Johnston that provides a Secure Shell-compatible server and client. It is designed as a replacement for standard OpenSSH for environments with low memory and processor resources, such as embedded systems. It is a core component of OpenWrt and other router distributions.

Dropbear was originally released in April 2003.

Technology

Dropbear implements version 2 of the Secure Shell (SSH) protocol.[2]

The cryptographic algorithms are implemented using third-party cryptographic libraries like LibTomCrypt included internally in the Dropbear distribution. It derives some parts from OpenSSH to handle BSD-style pseudo terminals.[3]

Features

Dropbear implements the complete SSH version 2 protocol in both the client and the server. It does not support SSH version 1 backwards-compatibility in order to save space and resources, and to avoid the inherent security vulnerabilities in SSH version 1. SCP is also implemented.[4] SFTP support relies on a binary file which can be provided by OpenSSH or similar programs. FISH works in any case and is supported by Konqueror.

Dropbear supports elliptic curve cryptography for key exchange, as of version 2013.61test and beyond.[5]

See also

References

  1. "Dropbear ChangeLog". 2020-10-29. https://matt.ucc.asn.au/dropbear/CHANGES. 
  2. "dropbear(8)". Ubuntu. https://manpages.ubuntu.com/manpages/focal/en/man8/dropbear.8.html. 
  3. Matt Johnston. "Dropbear SSH". https://matt.ucc.asn.au/dropbear/dropbear.html. "PTY handling code is taken from OpenSSH" 
  4. Matt Johnston (2004-06-01). "Makefile.in contains updated files required". https://secure.ucc.asn.au/hg/dropbear/rev/fe6bca95afa7. 
  5. "CHANGES". 14 November 2013. https://matt.ucc.asn.au/dropbear/CHANGES. "ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to be generated) and ECDH for setting up encryption keys[...]" 

External links