kumquat-buildroot/package/dropbear/Config.in

16 lines
467 B
Plaintext
Raw Normal View History

2005-10-29 09:01:33 +02:00
config BR2_PACKAGE_DROPBEAR
bool "dropbear"
2009-03-11 21:32:44 +01:00
select BR2_PACKAGE_ZLIB
2004-10-09 08:13:40 +02:00
help
2004-10-14 22:33:45 +02:00
A small SSH 2 server designed for small memory environments.
2004-10-09 08:13:40 +02:00
2005-10-29 09:01:33 +02:00
http://matt.ucc.asn.au/dropbear/dropbear.html
config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS
bool "disable reverse DNS lookups"
depends on BR2_PACKAGE_DROPBEAR
help
Disable reverse DNS lookups on connection. This can be handy
on systems without working DNS, as connections otherwise
stall until DNS times out.