Mike Mazur schrieb:
> 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

This brought me in the right directionen. I created a authorized_keys
file, but by mistake I placed it in ~ and not in ~/.ssh/ !

After putting it in the right place, everything works like a charm!

Thanks
Marc

-- 
[EMAIL PROTECTED] mailing list

Reply via email to