Gentoo Archives: gentoo-user

From: Marc Blumentritt <marc.blumentritt@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problem with keychain
Date: Sat, 28 Jul 2007 11:17:53
Message-Id: f8f8ac$cmn$1@sea.gmane.org
1 Hi list,
2
3 I have a problem with keychain. It is set up following the wiki. I start
4 keychain:
5
6 hive ~ # keychain id_dsa
7
8 KeyChain 2.6.6; http://www.gentoo.org/proj/en/keychain/
9 Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL
10
11 * Initializing /root/.keychain/hive-sh file...
12 * Initializing /root/.keychain/hive-csh file...
13 * Initializing /root/.keychain/hive-fish file...
14 * Starting ssh-agent
15 * Initializing /root/.keychain/hive-sh-gpg file...
16 * Initializing /root/.keychain/hive-csh-gpg file...
17 * Initializing /root/.keychain/hive-fish-gpg file...
18 * Starting gpg-agent
19 * Adding 1 ssh key(s)...
20 Identity added: /root/.ssh/id_dsa (/root/.ssh/id_dsa)
21
22 and source it:
23
24 hive ~ # . ~/.keychain/$HOSTNAME-sh
25
26 but when I start ssh, it still asks me for my passphrase:
27
28 hive ~ # ssh 192.168.1.3
29 Password:
30
31
32 Looking with ssh-add, I see my key:
33 hive ~ # ssh-add -l
34 1024 dd:f2:12:2a:bc:8a:55:7e:18:43:03:dd:e9:dd:27:4d /root/.ssh/id_dsa (DSA)
35
36
37 So what's wrong? Any ideas?
38
39 Regards,
40 Marc
41
42 --
43 gentoo-user@g.o mailing list

Replies

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