Gentoo Archives: gentoo-user

From: Dirk Heinrichs <ext-dirk.heinrichs@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gnupg (probably) FAQs
Date: Fri, 28 Apr 2006 05:57:49
Message-Id: 200604280752.00974.ext-dirk.heinrichs@nokia.com
In Reply to: Re: [gentoo-user] Gnupg (probably) FAQs by Matthias Bethke
1 Am Donnerstag, 27. April 2006 19:24 schrieb ext Matthias Bethke:
2
3 > Hi Mick,
4 > on Sunday, 2006-04-16 at 19:48:00, you wrote:
5 > > 2. How can I get the gpg-agent to start if I do not use KDM, but XDM
6 > > with fluxbox? (I added eval "$(gpg-agent --daemon)" in my ~/.xsession
7 > > with no effect).
8
9 emerge keychain and x11-ssh-askpass, then add the following to
10 your .bash_profile:
11
12 # Which frontend to use for ssh-askpass
13 export SSH_ASKPASS=/usr/bin/x11-ssh-askpass
14
15 # SSH and GPG key management
16 keychain --ignore-missing id_rsa id_dsa C2E467BB
17 [[ -f $HOME/.keychain/$HOSTNAME-sh ]] && source $HOME/.keychain/$HOSTNAME-sh
18 [[ -f $HOME/.keychain/$HOSTNAME-sh-gpg ]] && source
19 $HOME/.keychain/$HOSTNAME-sh-gpg
20
21 HTH...
22
23 Dirk
24 --
25 Dirk Heinrichs | Tel: +49 (0)162 234 3408
26 Configuration Manager | Fax: +49 (0)211 47068 111
27 Capgemini Deutschland | Mail: dirk.heinrichs@×××××××××.com
28 Hambornerstraße 55 | Web: http://www.capgemini.com
29 D-40472 Düsseldorf | ICQ#: 110037733
30 GPG Public Key C2E467BB | Keyserver: www.keyserver.net

Replies

Subject Author
Re: [gentoo-user] Gnupg (probably) FAQs Mick <michaelkintzios@×××××.com>