> I noticed that if you're running the SSH daemon on a 486 invoked by inetd,
> it's normal that it takes nearly a minute before login screen appears. On
> all these 486 boxes DNS resolution works great and every windows box in
the
> LAN is listed in /etc/hosts and resolves (so DNS stuff shouldn't be the
> reason).
> On a pentium based system, it's faster, but not fast. BUT If you start the
> SSH daemon STAND-ALONE, it's VERY fast, even on a 486.
> Perhaps you uncommented the ssh entry in /etc/inetd.conf and SSH is now
> running via inetd?
> If yes, the only thing you have to do is to comment it out again.

This is due to the ssh server having to generate a session encryption key on
startup.  If you run ssh as a daemon, it will do this when it first starts
up, and periodically regenerates the key in the background.  If you run sshd
from inetd, the session key must be generated before anything else can
happen.  On pentium systems, this is slow, and on 486 systems, it's even
worse.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to