summaryrefslogtreecommitdiffstats
path: root/.gnupg
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-04-03 01:06:59 +0200
committerAhmed Abdelhalim <[email protected]>2021-04-03 01:19:05 +0200
commit616ac3817ee265d9a283560e4fa9c988cac7ec01 (patch)
treef7b4ae22789a71ec0f5332eecee0d5a31998e94d /.gnupg
parentd9d2ff5b7914f29ee6ea2507a482e76fca81fda2 (diff)
Lower ttl cache for ssh
Diffstat (limited to '.gnupg')
-rw-r--r--.gnupg/gpg-agent.conf4
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