|
password less SSH
hello.
I have been trying to setup the password less, ssh on my RH7.2 distros of both my computers.... here is what I have tried so far
$ ssh -V
openSSH_2.9.p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
$ssh-keygen generates my pub and pri keys. i n $HOME/.ssh/identity.pub and $HOME/.ssh/identity
now I ftped the /.ssh directory to my othe machine (which has the same user accout) $HOME directory.
$ssh other-computer
still asks me for password
thanks
|