diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-07 21:34:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-07 23:51:54 +0100 |
| commit | 4d0d9a8dfd557ac88f50bd73c786c7216bb01395 (patch) | |
| tree | 8289538b3e509a53bc2fe5dec697f02aebe5b606 /.gnupg/gpg-agent.conf | |
| parent | c14ee7365e42e2015ad1b549cc29f6018c5f2bdb (diff) | |
Fix gpg forwarding on .local machines
Diffstat (limited to '.gnupg/gpg-agent.conf')
| -rw-r--r-- | .gnupg/gpg-agent.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 93d7907..a6158b7 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,4 +1,5 @@ -pinentry-program /usr/local/bin/pinentry-wrapper +pinentry-program ~/.gnupg/pinentry-wrapper + default-cache-ttl 3600 default-cache-ttl-ssh 3600 max-cache-ttl 3600 |
