1 config BR2_PACKAGE_DROPBEAR
3 select BR2_PACKAGE_ZLIB if !BR2_PACKAGE_DROPBEAR_SMALL
5 A small SSH 2 server designed for small memory environments.
7 http://matt.ucc.asn.au/dropbear/dropbear.html
9 if BR2_PACKAGE_DROPBEAR
11 config BR2_PACKAGE_DROPBEAR_CLIENT
12 bool "client programs"
15 Provides the programs: dbclient, ssh
17 Note that the following programs are also used server-side
18 and are therefore always build regardless this setting:
19 dropbear, dropbearkey, dropbearconvert, scp
21 config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS
22 bool "disable reverse DNS lookups"
24 Disable reverse DNS lookups on connection. This can be handy
25 on systems without working DNS, as connections otherwise
26 stall until DNS times out.
28 config BR2_PACKAGE_DROPBEAR_SMALL
29 bool "optimize for size"
32 Compile dropbear for the smallest possible binary size.
34 Tradeoffs are slower hashes and ciphers, and disabling of the
35 blowfish cipher and zlib.
37 config BR2_PACKAGE_DROPBEAR_WTMP
38 bool "log dropbear access to wtmp"
40 Enable logging of dropbear access to wtmp. Notice that
41 Buildroot does not generate wtmp by default.
43 config BR2_PACKAGE_DROPBEAR_LASTLOG
44 bool "log dropbear access to lastlog"
46 Enable logging of dropbear access to lastlog. Notice that
47 Buildroot does not generate lastlog by default.