Hi,

On 7/28/07, Marc Blumentritt <[EMAIL PROTECTED]> wrote:
> I have a problem with keychain. It is set up following the wiki. I start
> keychain:
>
> <snip>
>
> Looking with ssh-add, I see my key:
> hive ~ # ssh-add -l
> 1024 dd:f2:12:2a:bc:8a:55:7e:18:43:03:dd:e9:dd:27:4d /root/.ssh/id_dsa (DSA)
>
>
> So what's wrong? Any ideas?

There are a few things you might want to check first:
-the permissions of the ~/.ssh folder on the remote system should be
700 (chmod 700 ~/.ssh)
-the public key id_dsa.pub should be appended to ~/.ssh/authorized_hosts
-permissions of ~/.ssh/authorized_hosts should be 600

If you're using a different flavor of SSH than OpenSSH, the keys might
go into a different file; have a look at the man page in that case :)

Hope that helps!
Mike
-- 
[EMAIL PROTECTED] mailing list

Reply via email to