diff options
Diffstat (limited to 'gnupg/.gnupg')
-rwxr-xr-x | gnupg/.gnupg/gpg-agent.conf | 7 | ||||
-rwxr-xr-x | gnupg/.gnupg/gpg.conf | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf index e10673b..19f273e 100755 --- a/gnupg/.gnupg/gpg-agent.conf +++ b/gnupg/.gnupg/gpg-agent.conf @@ -1,4 +1,11 @@ +# Time during which gpg remembers password default-cache-ttl 20000 + +# Do not re-ask for key if key has been accessed max-cache-ttl 360000 + +# Support ssh enable-ssh-support + +# Program to use pinentry-program /usr/bin/pinentry-qt diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf index 8e32306..5918519 100755 --- a/gnupg/.gnupg/gpg.conf +++ b/gnupg/.gnupg/gpg.conf @@ -7,7 +7,7 @@ default-key 716064C0 # Encrypt to myself by default default-recipient-self -# Encrypt to myself for mutt (better than fcC_clear) +# Encrypt to myself for mutt (better than fcc_clear) encrypt-to 716064C0 # Encoding of metadata |