diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-31 14:28:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-31 14:28:51 +0200 |
| commit | f97953a4f04cfcda970b6eeb261c3b45d46f22fb (patch) | |
| tree | 88da211e9958350590576c2878c47b95c3f8e2f1 /.gnupg | |
| parent | b81ab63d2926972825e7c5d3da2ccf543ede94d7 (diff) | |
Update gpg configurations and setup missing commands
Diffstat (limited to '.gnupg')
| -rw-r--r-- | .gnupg/gpg-agent.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 85405bc..6b56eca 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1 +1,5 @@ +default-cache-ttl 3600 +default-cache-ttl-ssh 3600 +max-cache-ttl 7200 +max-cache-ttl-ssh 7200 enable-ssh-support |
