Hello,

I'm trying to figure out how to setup public key authentication. I did the
following:

cd ~/.ssh
ssh-keygen
(pressed enter a few times, indicating no passphrase)
cp identity.pub authorized_keys
ssh-keygen -d
(pressed enter a few times, indicating no passphrase)
cp id_dsa.pub authorized_keys2

Then I tried "ssh localhost", but it prompted me for a password instead of
authenticating me automatically. What am I doing wrong?

The system that I am doing this on is animeglobe.com.

$ ssh -V
OpenSSH_2.5.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f

sshd version OpenSSH_2.5.1p2

Reply via email to