Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Dropbear (software)
Alternative SSH-server and client

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.

We don't have any images related to Dropbear (software) yet.
We don't have any YouTube videos related to Dropbear (software) yet.
We don't have any PDF documents related to Dropbear (software) yet.
We don't have any Books related to Dropbear (software) yet.
We don't have any archived web articles related to Dropbear (software) yet.

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.45 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.6 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.7

See also

  • Free and open-source software portal

References

  1. "VA Technical Reference Model v 24.4. Dropbear Secure Shell (SSH) Server". oit.va.gov. 2019-09-04. Retrieved 2024-06-27. https://www.oit.va.gov/Services/TRM/ToolPage.aspx?tid=10896

  2. "dropbear(8)". Ubuntu. Retrieved 2020-05-23. https://manpages.ubuntu.com/manpages/focal/en/man8/dropbear.8.html

  3. Matt Johnston. "Dropbear SSH". Retrieved 2020-05-23. PTY handling code is taken from OpenSSH https://matt.ucc.asn.au/dropbear/dropbear.html

  4. Liu, Dale (2011-04-18). Next Generation SSH2 Implementation: Securing Data in Motion. Syngress. ISBN 978-0-08-057000-6. 978-0-08-057000-6

  5. Aufranc, Jean-Luc (October 6, 2011). "Dropbear: Lightweight SSH Server". CodingHW. Retrieved 2024-06-27. https://codinghomeworkhelp.org/

  6. Matt Johnston (2004-06-01). "Makefile.in contains updated files required". Retrieved 2020-05-23.[permanent dead link] https://secure.ucc.asn.au/hg/dropbear/rev/fe6bca95afa7

  7. "CHANGES". 14 November 2013. Retrieved 2020-05-23. ECC (elliptic curve) support. Supports ECDSA hostkeys (requires new keys to be generated) and ECDH for setting up encryption keys[...] https://matt.ucc.asn.au/dropbear/CHANGES