Source code
MULTI.md has instructions on making a multi-purpose binary (ie a single binary which performs multiple tasks, to save disk space). You can use ~/.ssh/authorized keys in the same way as with OpenSSH, just put the key entries in that file. They should be of the form: You must make sure that ~/.ssh , and the key file, are only writable by the user. Beware of editors that split the key into multiple lines. You can also get Dropbear to create keys when the first connection is made - this is preferable to generating keys when the system boots. Make sure /etc/dropbear/ exists and then pass -R to the dropbear server. The Dropbear distribution includes a standalone version of OpenSSH's scp program. You can compile it with make scp . You may want to change the path of the ssh binary, specified by PATH SSH PROGRAM in options.h . By default the progress meter isn't compiled in to save space, you can enable it by adding SCPPROGRESS=1 to the make commandline.
Excerpt from the source-code README · 3,321 chars · not written by Vinony
Wikidata facts
- Instance of
- terminal emulator
- Named after
- drop bear
- Official website
- matt.ucc.asn.au/dropbear/dropbear.html
Show 6 more facts
- software version identifier
- 2025.89
- copyright license
- MIT License
- source code repository URL
- github.com/mkj/dropbear
- operating system
- Unix-like operating system
- programmed in
- Q15777
- implementation of
- Secure Shell
via Wikidata · CC0
Article · Deutsch
Dropbear stellt eine (ebenfalls freie) Alternative zum OpenSSH-Server und -Client dar. Dropbear wurde von Matt Johnston für Arbeitsumgebungen ausgelegt, die wenig Speicher- und/oder Prozessorressourcen zur Verfügung stellen (wie eingebettete Systeme). Es ist eine Kernkomponente von OpenWRT und vergleichbaren Router-Betriebssystemen.
Abstract from DBpedia / Wikipedia · CC BY-SA