diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-01-30 12:03:20 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-01-30 12:03:20 +0100 |
commit | cb3297183a9da5db43556e1391eac1df508c72d5 (patch) | |
tree | c8b97c5542496ec4a90e0f6cb04db083984bceed /gnupg/.gnupg | |
parent | 688260bd74442ad04bf91460f497697e019d8d18 (diff) |
Add zsh bindings
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 |