Subject: sshd "Disabling protocol version 2" ??
To: None <netbsd-help@netbsd.org>
From: Laine Stump <lainestump@rcn.com>
List: netbsd-help
Date: 12/09/2001 02:30:08
Awhile back I noticed that at boot time my sshd prints this message:
Disabling protocol version 2. Could not load host key
Just to make sure one of my keys wasn't corrupt, I did this:
/etc/rc.d/sshd stop
rm /etc/ssh_*
/etc/rc.d/sshd start
This recreates all the keys then restarts sshd. Unfortunately, I still
get the same message.
I'm running built from Nov 21 sources, BTW.
Can someone tell me how to rid myself of this message and get protocol
ver. 2 enabled?