Dropbear is an SSH 2 server and client that is designed to be small enough to be used in low-memory embedded environments, while still being functional and secure for general use.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release includes various small new features including client agent forwarding and improved keepalive/idle-timeout handling. Port forwards now accept a listening address. A number of performance and memory use improvements have also been made. As usual, this release also fixes some bugs.
A few improvements were made to the client, such
as support for multihop connections (useful for
scp/rsync), zlib@openssh.com compression, and sftp
subsystem support. The server portion now supports
some restrictions in authorized_key entries. The
release also has a few minor bugfixes.
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.