Subject: Re: ssh is no longer installed suid
To: Wolfgang Rupprecht <wolfgang@wsrcc.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 03/27/2001 01:45:47
>Current's ssh (cvs-updated yesterday) can't load one of the key files
>and gripes about it in the auth log.
>
>    Mar 26 08:09:49 capsicum inetd[27505]: connection from localhost, service ssh (tcp6)
>    Mar 26 08:09:49 capsicum sshd[27505]: Disabling protocol version 2. Could not load host key
>    Mar 26 08:09:49 capsicum sshd[27505]: Generating 768 bit RSA key.
>    Mar 26 08:09:49 capsicum sshd[27505]: RSA key generation complete.
>    Mar 26 08:09:50 capsicum sshd[27505]: Accepted rsa for wolfgang from ::1 port 49212

	are you talking about ssh, or sshd?
	for sshd, you'd need a line or two like below, to load version 2 keys.

>HostKey /etc/ssh_host_rsa_key
>HostKey /etc/ssh_host_dsa_key

itojun