Gentoo Archives: gentoo-user

From: Mike Mazur <mmazur@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with keychain
Date: Sat, 28 Jul 2007 11:51:34
Message-Id: 184110a70707280443w55fee680pda8caec9b68a75c2@mail.gmail.com
In Reply to: [gentoo-user] Problem with keychain by Marc Blumentritt
1 Hi,
2
3 On 7/28/07, Marc Blumentritt <marc.blumentritt@×××××.de> wrote:
4 > I have a problem with keychain. It is set up following the wiki. I start
5 > keychain:
6 >
7 > <snip>
8 >
9 > Looking with ssh-add, I see my key:
10 > hive ~ # ssh-add -l
11 > 1024 dd:f2:12:2a:bc:8a:55:7e:18:43:03:dd:e9:dd:27:4d /root/.ssh/id_dsa (DSA)
12 >
13 >
14 > So what's wrong? Any ideas?
15
16 There are a few things you might want to check first:
17 -the permissions of the ~/.ssh folder on the remote system should be
18 700 (chmod 700 ~/.ssh)
19 -the public key id_dsa.pub should be appended to ~/.ssh/authorized_hosts
20 -permissions of ~/.ssh/authorized_hosts should be 600
21
22 If you're using a different flavor of SSH than OpenSSH, the keys might
23 go into a different file; have a look at the man page in that case :)
24
25 Hope that helps!
26 Mike
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with keychain Mike Mazur <mmazur@×××××.com>
[gentoo-user] Re: Problem with keychain Marc Blumentritt <marc.blumentritt@×××××.de>