Reduced sshd

Markus Friedl markus.friedl at informatik.uni-erlangen.de
Sun Jan 21 08:11:45 EST 2001


On Fri, Jan 19, 2001 at 11:22:21PM +0100, Magick wrote:
> I'm looking for a minimal implementation of the ssh daemon, which could,
> for example, be used in a linux router. Is there such a version, or should
> i try it myself?
> If i'm going to do it myself, which features can i remove, which is the
> best encryption methode to use?

it depends on what you need. for ssh-1 you could
remove unused user authentication code.

the port/x11/agent forwarding code in channel.c is
large, but you need this for ssh-2.

-markus 





More information about the openssh-unix-dev mailing list