Go to file
Andre McCurdy f9e6bc2aec Fix libtomcrypt/libtommath linking order
To prevent build failures when using system libtom libraries and
linking with --as-needed, LIBTOM_LIBS should be in the order
-ltomcrypt -ltommath, not the other way around, ie libs should be
prepended to LIBTOM_LIBS as they are found, not appended.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
2016-09-16 16:29:28 -07:00
debian changelogs 2016-07-21 23:04:24 +08:00
libtomcrypt Support out-of-tree builds usign bundled libtom 2016-05-11 12:35:06 +02:00
libtommath Support out-of-tree builds usign bundled libtom 2016-05-11 12:35:06 +02:00
.hgsigs merge 2016.74 2016-07-21 23:38:42 +08:00
.hgtags merge 2016.74 2016-07-21 23:38:42 +08:00
.travis.yml Avoid osx "install" race 2016-04-12 21:22:21 +08:00
agentfwd.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
algo.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
atomicio.c add comment FALLTHROUGH which recognize by many lint tools 2016-03-16 22:41:19 +08:00
atomicio.h Makefile.in contains updated files required 2004-06-01 02:46:09 +00:00
auth.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
bignum.c more hard tab 2016-01-01 15:02:09 +01:00
bignum.h move m_burn and function attributes to dbhelpers 2016-03-17 23:21:33 +08:00
buffer.c additional length checks 2016-07-11 23:34:18 +08:00
buffer.h buf_getstring and buf_putstring now use non-unsigned char* 2015-06-04 23:08:50 +08:00
CHANGES add CVEs and patch urls 2016-09-15 21:43:57 +08:00
channel.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
chansession.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
circbuffer.c lazy allocation of circbuffer 2015-11-19 23:52:11 +08:00
circbuffer.h Fix no-writev fallback 2015-05-02 22:47:25 +08:00
cli-agentfwd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-auth.c message about truncated banner 2016-05-04 15:28:33 +02:00
cli-authinteract.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-authpasswd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-authpubkey.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-channel.c Rearranged some more bits, marked some areas that need work. 2006-10-02 16:34:06 +00:00
cli-chansession.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-kex.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-main.c merge 2016.74 2016-07-21 23:38:42 +08:00
cli-runopts.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-session.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
cli-tcpfwd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
common-algo.c merge 2016.74 2016-07-21 23:38:42 +08:00
common-channel.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
common-chansession.c Chantype handling is sorted 2004-06-02 04:59:49 +00:00
common-kex.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
common-runopts.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
common-session.c merge 2016.74 2016-07-21 23:38:42 +08:00
compat.c Fix "Pointer to local array variable returned" 2016-01-05 12:25:10 +08:00
compat.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
config.guess another new config.guess 2013-06-10 2013-11-14 22:07:18 +08:00
config.sub Update to 2013-10-01 2013-12-03 21:36:12 +08:00
configure.ac Fix libtomcrypt/libtommath linking order 2016-09-16 16:29:28 -07:00
crypto_desc.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
crypto_desc.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
curve25519-donna.c Fix for old compilers, variable declarations at beginning of functions 2015-02-24 20:51:18 +08:00
dbclient.1 use exec for proxycommand 2015-12-18 21:20:46 +08:00
dbhelpers.c move m_burn and function attributes to dbhelpers 2016-03-17 23:21:33 +08:00
dbhelpers.h move m_burn and function attributes to dbhelpers 2016-03-17 23:21:33 +08:00
dbmulti.c allow specifying dropbearmulti command as an argument 2016-03-10 21:35:23 +08:00
dbrandom.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
dbrandom.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
dbutil.c ses.debug_trace is wrong 2016-09-01 23:08:56 +08:00
dbutil.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
debug.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
default_options.h Add generated header default_options.h to version control. 2016-05-04 17:59:34 +02:00
default_options.h.in Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
dh_groups.c Fix whitespace missed in merge 2016-03-18 20:43:22 +08:00
dh_groups.h Get rid of group15, move group16 to sha512. 2016-03-12 16:21:13 +08:00
dropbear.8 Add manpage and log for forced_command 2016-04-12 21:05:40 +08:00
dropbearconvert.1 Fix minor manpage formatting issues 2015-11-25 20:46:06 +08:00
dropbearconvert.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
dropbearkey.1 Fix minor manpage formatting issues 2015-11-25 20:46:06 +08:00
dropbearkey.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
dss.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
dss.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
ecc.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
ecc.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
ecdsa.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
ecdsa.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
fake-rfc2553.c - Update fake-rfc2553.{c,h} from OpenSSH 5.5p1 2010-07-21 13:53:23 +00:00
fake-rfc2553.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
filelist.txt filelist.txt 2004-08-14 18:06:28 +00:00
gendss.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
gendss.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
genrsa.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
genrsa.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
gensignkey.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
gensignkey.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
ifndef_wrapper.sh Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
includes.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
INSTALL Fix spelling typo 2007-07-19 14:07:41 +00:00
install-sh Makefile.in contains updated files required 2004-06-01 02:46:09 +00:00
kex.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
keyimport.c merge 2016.74 2016-07-21 23:38:42 +08:00
keyimport.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
LICENSE Fix no-writev fallback 2015-05-02 22:47:25 +08:00
list.c list.c also has no trailing newline 2011-07-05 12:52:06 +00:00
list.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
listener.c Free memory before exiting. Based on patch from Thorsten Horstmann. 2015-02-24 22:01:33 +08:00
listener.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
loginrec.c remove unused loginrec_set_addr() 2016-03-15 22:04:13 +08:00
loginrec.h remove unused loginrec_set_addr() 2016-03-15 22:04:13 +08:00
ltc_prng.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
ltc_prng.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
Makefile.in Add generated header default_options.h to version control. 2016-05-04 17:59:34 +02:00
MULTI - Fix "inst_scp" target since there isn't a manpage 2013-10-09 22:24:39 +08:00
netio.c make sure socket is of the right domain 2016-06-19 20:38:38 +08:00
netio.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
options.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
packet.c fix empty C prototypes 2016-03-16 22:41:20 +08:00
packet.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
process-packet.c fix empty C prototypes 2016-03-16 22:41:20 +08:00
progressmeter.c Update to scp from OpenSSH portable 4.3p2 2006-03-08 14:20:24 +00:00
progressmeter.h Makefile.in contains updated files required 2004-06-01 02:46:09 +00:00
queue.c Move the more verbose TRACE() statements into TRACE2() 2013-04-01 00:07:26 +08:00
queue.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
README README: fix ecdsa key generation command 2014-02-09 03:56:50 -05:00
release.sh release.sh reminds how to sign 2015-11-25 23:30:56 +08:00
rsa.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
rsa.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
runopts.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
scp.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
scpmisc.c scp: Have `fatal()' append a newline to the message 2016-01-19 00:23:19 +08:00
scpmisc.h put back the TIMEVAL_TO_TIMESPEC and timersub macros for Linux 2006-03-11 14:57:12 +00:00
service.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
session.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
signkey.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
signkey.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
SMALL 0.44 release changes 2005-01-02 17:08:27 +00:00
ssh.h propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) 2006-03-21 16:20:59 +00:00
sshpty.c ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger 2013-03-19 20:12:19 +08:00
sshpty.h Makefile.in contains updated files required 2004-06-01 02:46:09 +00:00
svr-agentfwd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-auth.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-authpam.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-authpasswd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-authpubkey.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-authpubkeyoptions.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-chansession.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-kex.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-main.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-runopts.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-service.c buf_getstring and buf_putstring now use non-unsigned char* 2015-06-04 23:08:50 +08:00
svr-session.c merge 2016.74 2016-07-21 23:38:42 +08:00
svr-tcpfwd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
svr-x11fwd.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
sysoptions.h merge 2016.74 2016-07-21 23:38:42 +08:00
tcp-accept.c Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00
tcpfwd.h fix empty C prototypes 2016-03-16 22:41:20 +08:00
termcodes.c add IUTF8 2013-04-02 19:11:13 +08:00
termcodes.h DROPBEAR_ prefix for include guards to avoid collisions 2015-02-24 20:43:01 +08:00
TODO 0.48 progress 2006-03-09 12:37:38 +00:00
x11fwd.h Convert #ifdef to #if, other build changes 2016-05-04 15:33:40 +02:00

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.

See TODO for a few of the things I know need looking at, and please contact
me if you have any questions/bugs found/features/ideas/comments etc :)

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 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

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.