Dropbear
http://matt.ucc.asn.au/dropbear/dropbear.html
- Very small memory footprint ssh server for embedded systems
- Satisfies most needs. Both client and server!
- Size: 110 KB, statically compiled with uClibc on i386. (OpenSSH client and server: approx 1200 KB, dynamically compiled with glibc on i386)
- Useful to:
- Get a remote console on the target device
- Copy files to and from the target device (scp or rsync -e ssh).
- An alternative to OpenSSH, used on desktop and server systems.