Am Donnerstag, 27. April 2006 19:24 schrieb ext Matthias Bethke: > Hi Mick, > on Sunday, 2006-04-16 at 19:48:00, you wrote: > > 2. How can I get the gpg-agent to start if I do not use KDM, but XDM > > with fluxbox? (I added eval "$(gpg-agent --daemon)" in my ~/.xsession > > with no effect).
emerge keychain and x11-ssh-askpass, then add the following to
your .bash_profile:
# Which frontend to use for ssh-askpass
export SSH_ASKPASS=/usr/bin/x11-ssh-askpass
# SSH and GPG key management
keychain --ignore-missing id_rsa id_dsa C2E467BB
[[ -f $HOME/.keychain/$HOSTNAME-sh ]] && source $HOME/.keychain/$HOSTNAME-sh
[[ -f $HOME/.keychain/$HOSTNAME-sh-gpg ]] && source
$HOME/.keychain/$HOSTNAME-sh-gpg
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: [EMAIL PROTECTED]
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
pgpXiiNPbAHsg.pgp
Description: PGP signature

