[4156] in testers
sshd weirdness
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Jun 1 20:06:41 1999
Message-Id: <199906020006.UAA11146@speaker-for-the-dead.mit.edu>
From: Jonathon Weiss <jweiss@MIT.EDU>
To: testers@MIT.EDU
Date: Tue, 01 Jun 1999 20:06:34 EDT
on my 8.3.4 indy, sshd has problems starting at boot time.
The rc script says it starts it, and it does infact syslog:
Jun 1 20:00:03 [DELIVERATOR.MIT.EDU] sshd[550]: log: Server listening on port 22.
Jun 1 20:00:03 [DELIVERATOR.MIT.EDU] sshd[550]: log: Generating 1152 bit RSA key.
but it never logs that it finished gen-ing the key, nor is it running
when I log in with eklogin.
deliverator# egrep SSH\|ACCESS /etc/athena/rc.conf
SSHD=switched; export SSHD # Secure shell daemon
ACCESSON=true; export ACCESSON # Access on by default
When I start it by hand:
/etc/athena/sshd -s
it seems to work just fine.
Jonathon