Subject: Re: sshd "Disabling protocol version 2" ??
To: Frederick Bruckman <fredb@immanent.net>
From: Laine Stump <lainestump@rcn.com>
List: netbsd-help
Date: 12/09/2001 13:12:33
Frederick Bruckman <fredb@immanent.net> writes:

> ISTR that that error occurs, for some unkown reason, from trying to
> load "/etc/ssh_host_rsa_key". If you comment that line out of
> "/etc/sshd.conf", you'll be able to use version 2 with the dsa key.

Yes! That was (almost) it. Since there were constants defined for them
in the sshd source, I had thought that all the keys in standard-named
files were in a default table in the program, and would be
automatically loaded, but it turns out that I needed to add a "HostKey
/etc/ssh_host_dsa_key" line to my sshd.conf. Now everything is working
properly.

Thanks!