On Wed, Jul 07, 2021 at 08:55:07AM +0800, Patrick wrote: > What's a good minimal sshd? > Or should we just run stunnel + telnetd?
Telnet + TLS or rsh + TLS is also a possible solution. stunnel is not enough. If you want to have a serious minimal replacement for ssh, you will need key-based authentication. So, in my opinion for such a project you could combine libtls from Libressl with telnetd. just me two cents, Jan