jergendutch n00b
Joined: 12 Dec 2007 Posts: 9
|
Posted: Wed Dec 12, 2007 10:55 am Post subject: keychain + gnupg - timeout problem :( |
|
|
I am trying to use keychain with gnupg-agent, but its timing out the passphrase I entered so frequently that I might as well not use it!
In .bashrc, I have:
Code: | source $HOME/.keychain/$(hostname)-sh-gpg
keychain XXXXXX |
Where XXXXXX is the gpg key.
I've tried passing --timeout to keychain too, that doesn't work.
Next I tried creating a file .gnupg/gpg-agent.conf with the content:
Code: | default-cache-ttl 10000
max-cache-ttl 10000 |
That didn't work either.
What am I doing wrong? |
|