what did you do?
$ cd $HOME/.ssh
$ ssh-keygen -t rsa -f id_rsa
$ cat id_rsa.pub >> authorized_keys2
?
currenlty you need the 2 suffix for protocol 2.
if you want a protocol 1 key do this:
$ cd $HOME/.ssh
$ ssh-keygen -t rsa1 -f id_rsa1
$ cat id_rsa1.pub >> authorized_keys
with openssh-3.x
authorized_keys and authorized_keys2 will be merged.
On Tue, Jul 24, 2001 at 01:03:12PM +0200, Nuria Andres wrote:
>
>
>
> Hi,
>
> I am installing openssh-2.9p2 in a Linux Red Hat 6.2, but I haven�t got that it
>works correctly. I have compiled without errors and ,for one user (operador), I have
>generated with ssh-keygen the public and the private keys (id_rsa, id_rda.pub). Later
>I put the key id_rds.pub in the file authorized_keys of the remote directory but it
>doen�t work. Can anybody help me?
>
> Many thanks
> Best Regards
> Nuria
>
>