Dropbear is a relatively small SSH 2 server and client. Dropbear SSH 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.
· 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 daemon, keygen, key converter, and client can be compiled into a single binary (ala busybox)
· Features can easily be disabled when compiling to save space
· TCP forwarding support
· Ограничения Dropbear SSH 0.49
Ограничения не определены
· Специальные требования Dropbear SSH 0.49
Специальные требования не определены
· История версий и изменений Dropbear SSH
Версия: 0.49
· This release adds various new features such as backgrounding for dbclient and binding to particular addresses for the server.
· It also has various bugfixes, particularly in the channel handling code. It includes a security fix for handling mismatching hostkeys with dbclient.
· Описание и дополнения от редакторов и пользователей сайта