tinyssh
Introduction
TinySSH is a minimalistic SSH server which implements only a subset of SSHv2 features.
Twitter: @tinyssh
Github: https://github.com/janmojzis/tinyssh
Features
easy auditable - TinySSH has less than 100000 words of code
no dynamic memory allocation - TinySSH has all memory statically allocated (less than 1MB)
simple configuration - TinySSH can’t be misconfigured
reusing code - TinySSH is reusing libraries from CurveCP implementation
reusing software - TinySSH is using tcpserver/syste...
Read more at tinyssh.org