On Sun, Jun 10, 2001 at 10:19:29AM -0700, Woody wrote:
> Hi all --
> 
> I have OpenSSH-2.9p1 installed. When the box boots and the daemons load,
> I get the message 'sshd Disabling protocol version 2. Could not load
> host
> key."
> 
> My /usr/local/etc directory contains "ssh_host_dsa_key",
> "ssh_host_dsa_key.pub",
> "ssh_host_rsa_key", "ssh_host_rsa_key.pub", "ssh_host_key" and
> "ssh_host_key.pub".
>

Make sure you have these lines in your sshd_config:
HostKey /usr/local/etc/ssh_host_key
HostKey /usr/local/etc/ssh_host_rsa_key
HostKey /usr/local/etc/ssh_host_dsa_key

<[EMAIL PROTECTED]> 
 
> I did not notice this until I upgraded from an earlier version. 
>
Protocol 2 is now default. 
 
> Should I delete previous version keys and regenerate my host keys?
> 
Probably don't /need/ to, assuming you previously had 2.5.x.  But, if
it's not a big deal, it wouldn't hurt.  If you're coming from 2.3 or
older, it is probably a good idea.

<[EMAIL PROTECTED]>

Reply via email to