[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with SSH Upgrade



Title: Re: Problems with SSH Upgrade

Hi,

> Disabling protocol version 2. Could not load host key
> Restarting OpenBSD Secure Shell server: sshd
 > Disabling protocol version 2. Could not load host key
>
[SNIP]

> ------------------------------------------------------------------------
>
> # This is ssh server systemwide configuration file.
[SNIP]

> HostKey /etc/ssh/ssh_host_key

I had the same problem. The sshd_config file is correct for ssh 1 but
wrong for ssh 2.

You should have something like this:
HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

You should probably dpkg-reconfigure ssh and produce a new config file.

Regards,

--
Benoît Sibaud
R&D Engineer - France Telecom


Reply to: