> Hi people,
> 
> I'm trying to move to SSH V2 protocol, but somehow the sshd on my other 
> machine refuses..
> 
> I edited the /etc/ssh_config and /etc/sshd_config and specifically enabled:
> 
> protocol 2,1
> 
> Then I erased the keys from /etc/ssh/ and restarted the sshd daemon, so it 
> created the keys again, but what I see is:
> 
> root]# /etc/rc.d/init.d/sshd restart
> Stopping sshd:                                             [  OK  ]
> Starting sshd:Disabling protocol version 2. Could not load host key
>                                                            [  OK  ]
> 
> the ssh_host_key (rsa and dsa) are there, with the premissions of read/write 
> to root only..
> 


Presumably this refers to ssh_host_{dsa,rsa}_key.

I wonder whether the message about un loadable host key refers to the 
key for ssh 1. After all you didn't say you have created a new 
ssh_host_key.

Perhaps you must have

HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

in /etc/ssh/sshd_config and you have not?


> Any suggestions?
> 
> Thanks,
> Hetz
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 

-- 

    Shaul Karl, [EMAIL PROTECTED] e t



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to