Go to file
2022-09-23 18:38:58 +08:00
.github Add c89 build test 2022-03-30 14:29:18 +08:00
debian Import Maemo changes from 0.52-2 2022-09-23 18:38:58 +08:00
fuzz
libtomcrypt
libtommath
test
.gitignore
.hgignore
.hgsigs
.hgtags
agentfwd.h
algo.h
atomicio.c
atomicio.h
auth.h add pubkey_info field to authstate structure 2022-03-13 17:37:44 +00:00
bignum.c
bignum.h
buffer.c
buffer.h Use buf_burn_free() instead of two calls 2022-03-29 23:47:30 +08:00
chachapoly.c
chachapoly.h
CHANGES
channel.h
chansession.h
circbuffer.c
circbuffer.h
cli-agentfwd.c
cli-auth.c
cli-authinteract.c
cli-authpasswd.c
cli-authpubkey.c
cli-channel.c Rearranged some more bits, marked some areas that need work. 2006-10-02 16:34:06 +00:00
cli-chansession.c
cli-kex.c
cli-main.c
cli-runopts.c
cli-session.c
cli-tcpfwd.c
common-algo.c Remove twofish and remnants of blowfish 2022-03-30 10:23:39 +08:00
common-channel.c
common-chansession.c Chantype handling is sorted 2004-06-02 04:59:49 +00:00
common-kex.c
common-runopts.c Fix IPv6 address parsing for dbclient -b 2022-04-01 14:13:52 +08:00
common-session.c Use buf_burn_free() instead of two calls 2022-03-29 23:47:30 +08:00
compat.c
compat.h
config.guess
config.h.in
config.sub
configure
configure.ac
crypto_desc.c
crypto_desc.h
curve25519.c
curve25519.h
dbclient.1
dbhelpers.c
dbhelpers.h
dbmalloc.c
dbmalloc.h
dbmulti.c
dbrandom.c
dbrandom.h
dbutil.c
dbutil.h Add m_snprintf() that won't return negative 2022-04-01 12:10:48 +08:00
debug.h Add -v variable debug levels for server too 2022-03-24 14:44:13 +08:00
default_options.h
DEVELOPING.md
dh_groups.c
dh_groups.h
dropbear_lint.sh
dropbear.8
dropbearconvert.1
dropbearconvert.c
dropbearkey.1
dropbearkey.c
dss.c Update LibTomMath to 1.2.0 (#84) 2020-05-26 23:36:47 +08:00
dss.h
ecc.c
ecc.h
ecdsa.c Implement server-side support for sk-ecdsa U2F-backed keys (#142) 2022-01-22 21:53:04 +08:00
ecdsa.h
ed25519.c
ed25519.h
fake-rfc2553.c - Update fake-rfc2553.{c,h} from OpenSSH 5.5p1 2010-07-21 13:53:23 +00:00
fake-rfc2553.h
filelist.txt
fuzz-wrapfd.h
fuzz.h fuzz: fix crash in newtcpdirect(), don't close the channel too early 2021-03-05 22:51:11 +08:00
FUZZER-NOTES.md
fuzzers_test.sh
gcm.c
gcm.h
gendss.c
gendss.h
gened25519.c Add Ed25519 support (#91) 2020-03-12 00:09:45 +08:00
gened25519.h
genrsa.c
genrsa.h
gensignkey.c
gensignkey.h
ifndef_wrapper.sh avoid extended regex features to avoid caring about sed -r vs -E 2018-07-24 20:19:05 +08:00
includes.h
INSTALL
install-sh
kex.h
keyimport.c Remove commented ssh.com code from keyimport 2022-03-30 10:10:15 +08:00
keyimport.h
LICENSE
list.c
list.h
listener.c
listener.h
loginrec.c
loginrec.h
ltc_prng.c
ltc_prng.h
Makefile.in Import Maemo changes from 0.52-2 2022-09-23 18:38:58 +08:00
MULTI
netio.c
netio.h
options.h
packet.c
packet.h get rid of unused packet_type in encrypted write queue 2018-03-04 14:57:18 +08:00
process-packet.c
progressmeter.c
progressmeter.h
pubkeyapi.h
queue.c
queue.h
README
release.sh Add release.sh --testrel, github action 2022-03-24 12:22:07 +08:00
rsa.c
rsa.h split signkey_type and signature_type for RSA sha1 vs sha256 2020-05-17 23:58:31 +08:00
runopts.h
scp.c
scpmisc.c
scpmisc.h
service.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
session.h
signkey_ossh.c
signkey_ossh.h
signkey.c
signkey.h
sk-ecdsa.c
sk-ecdsa.h
sk-ed25519.c
sk-ed25519.h
SMALL Remove twofish and remnants of blowfish 2022-03-30 10:23:39 +08:00
ssh.h Handle ecdsa-sk flags, reject no-touch 2022-03-30 21:06:15 +08:00
sshpty.c
sshpty.h
svr-agentfwd.c
svr-auth.c
svr-authpam.c
svr-authpasswd.c limit password length to 100 2019-03-21 00:09:07 +08:00
svr-authpubkey.c
svr-authpubkeyoptions.c
svr-chansession.c Add /usr/sbin and /sbin to default root PATH 2022-03-30 23:13:34 +08:00
svr-kex.c
svr-main.c Avoid unused argument warning when reexec is unused 2022-02-03 22:12:11 +08:00
svr-runopts.c Fix IPv6 address parsing for dbclient -b 2022-04-01 14:13:52 +08:00
svr-service.c
svr-session.c Fix some outdated comments 2021-10-11 15:14:46 +08:00
svr-tcpfwd.c Leave non-interactive at default QoS class 2022-01-27 14:34:10 +08:00
svr-x11fwd.c Replace ChanType.sepfds with Channel.bidir_fd 2021-10-11 15:42:14 +08:00
sysoptions.h
tcp-accept.c
tcpfwd.h
termcodes.c
termcodes.h
x11fwd.h

This is Dropbear, a smallish SSH server and client.
https://matt.ucc.asn.au/dropbear/dropbear.html

INSTALL has compilation instructions.

MULTI has instructions on making a multi-purpose binary (ie a single binary
which performs multiple tasks, to save disk space)

SMALL has some tips on creating small binaries.

Please contact me if you have any questions/bugs found/features/ideas/comments etc :)
There is also a mailing list http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/dropbear

Matt Johnston
matt@ucc.asn.au


In the absence of detailed documentation, some notes follow:
============================================================================

Server public key auth:

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:

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwVa6M6cGVmUcLl2cFzkxEoJd06Ub4bVDsYrWvXhvUV+ZAM9uGuewZBDoAqNKJxoIn0Hyd0Nk/yU99UVv6NWV/5YSHtnf35LKds56j7cuzoQpFIdjNwdxAN0PCET/MG8qyskG/2IE2DPNIaJ3Wy+Ws4IZEgdJgPlTYUBWWtCWOGc= someone@hostname

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.

Dropbear supports some options for authorized_keys entries, see the manpage.

============================================================================

Client public key auth:

Dropbear can do public key auth as a client, but you will have to convert
OpenSSH style keys to Dropbear format, or use dropbearkey to create them.

If you have an OpenSSH-style private key ~/.ssh/id_rsa, you need to do:

dropbearconvert openssh dropbear ~/.ssh/id_rsa  ~/.ssh/id_rsa.db
dbclient -i ~/.ssh/id_rsa.db <hostname>

Dropbear does not support encrypted hostkeys though can connect to ssh-agent.

============================================================================

If you want to get the public-key portion of a Dropbear private key, look at
dropbearkey's '-y' option.

============================================================================

To run the server, you need to generate server keys, this is one-off:
./dropbearkey -t rsa -f dropbear_rsa_host_key
./dropbearkey -t dss -f dropbear_dss_host_key
./dropbearkey -t ecdsa -f dropbear_ecdsa_host_key
./dropbearkey -t ed25519 -f dropbear_ed25519_host_key

or alternatively convert OpenSSH keys to Dropbear:
./dropbearconvert openssh dropbear /etc/ssh/ssh_host_dsa_key dropbear_dss_host_key

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.

============================================================================

If the server is run as non-root, you most likely won't be able to allocate a
pty, and you cannot login as any user other than that running the daemon
(obviously). Shadow passwords will also be unusable as non-root.

============================================================================

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.