diff options
| -rw-r--r-- | .gnupg/gpg-agent.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4798076..6993c89 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,6 +1,6 @@ pinentry-program /usr/local/bin/pinentry-tty default-cache-ttl 3600 default-cache-ttl-ssh 3600 -max-cache-ttl 7200 -max-cache-ttl-ssh 7200 +max-cache-ttl 3600 +max-cache-ttl-ssh 3600 enable-ssh-support |
