been a while since i set this up, so please help me fill in the gaps...<br><br>i set up a keypair on my laptop (ubu 11) and put the pub key on my server at home (ubu 11).<br>i have RSAAuthentication set to 'yes' and AuthorizedKeysFile set to %h/.ssh/authorized_keys<br>
(does this mean that the keyfile should be in the subdir 'authorized_keys' ?)<br><br>Yet, when I connect with<br>ssh -2 -i ~/.ssh/id_rsa user@server<br>it still asks for my login account password and not the key password...<br>
<br>What did I miss?<br><br>Thanks (as always) for the help...<br><br>