config FREETZ_PACKAGE_DROPBEAR bool "Dropbear 0.53.1" select FREETZ_LIB_libutil select FREETZ_PACKAGE_AUTHORIZED_KEYS select FREETZ_REPLACE_KERNEL if FREETZ_TYPE_SPEEDPORT_W501V default n help Dropbear SSH server and client Dropbear is a relatively small SSH 2 server and client. It runs on a variety of POSIX-based platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers. Features - A small memory footprint suitable for memory-constrained environments - Dropbear can compile to a 110kB statically linked binary with uClibc on x86 (only minimal options selected) - Dropbear server implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients - Can run from inetd or standalone - Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication - The server, client, keygen, and key converter can be compiled into a single binary (a la busybox) - Features can easily be disabled when compiling to save space TCP forwarding support config FREETZ_PACKAGE_DROPBEAR_SERVER_ONLY bool "Without scp & ssh client" depends on FREETZ_PACKAGE_DROPBEAR default n config FREETZ_PACKAGE_DROPBEAR_WITH_ZLIB bool "With zlib Compression" depends on FREETZ_PACKAGE_DROPBEAR select FREETZ_LIB_libz default n help ZLIB Compression for SSH Traffic config FREETZ_PACKAGE_DROPBEAR_DISABLE_HOST_LOOKUP bool "Disable DNS reverse-lookup of the client" depends on FREETZ_PACKAGE_DROPBEAR default y help With this option, a connection between the client and the server is established faster. Without this option selected, the ssh server performs a DNS reverse lookup of the client's IP address. config FREETZ_PACKAGE_DROPBEAR_STATIC bool "Build static binary" depends on FREETZ_PACKAGE_DROPBEAR default n config FREETZ_PACKAGE_DROPBEAR_STANDALONE bool "Standalone binary (for use w/o freetz; paths set to /var/tmp/)" depends on FREETZ_PACKAGE_DROPBEAR_STATIC default n