diff options
| author | 2026-04-17 14:47:34 +0100 | |
|---|---|---|
| committer | 2026-04-17 14:47:34 +0100 | |
| commit | e2da9bd7318c3811b344c756358104fd8c7e4994 (patch) | |
| tree | 9a1c19b551d03793ded630cf52b07492c5623036 /home/.gnupg/gpg-agent.conf | |
| parent | 644785859ac960c0da64016065a800bf660ffbcf (diff) | |
| download | dotfiles-e2da9bd7318c3811b344c756358104fd8c7e4994.tar.gz dotfiles-e2da9bd7318c3811b344c756358104fd8c7e4994.tar.bz2 dotfiles-e2da9bd7318c3811b344c756358104fd8c7e4994.zip | |
refactor: remove pam-gnupg and simplify gpg-agent config
With GPG key passphrases being removed (LUKS provides at-rest
encryption), pam-gnupg is no longer needed. Remove:
- pam-gnupg config file and keygrip list
- pam-gnupg-git from base metapackage
- Cache TTL overrides (defaults are fine without passphrase caching)
- allow-preset-passphrase (only needed by pam-gnupg)
Diffstat (limited to 'home/.gnupg/gpg-agent.conf')
| -rw-r--r-- | home/.gnupg/gpg-agent.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/.gnupg/gpg-agent.conf b/home/.gnupg/gpg-agent.conf index 0826efe..6c27318 100644 --- a/home/.gnupg/gpg-agent.conf +++ b/home/.gnupg/gpg-agent.conf @@ -1,8 +1,3 @@ -max-cache-ttl 60480000 -default-cache-ttl 60480000 -allow-preset-passphrase enable-ssh-support -default-cache-ttl-ssh 60480000 -max-cache-ttl-ssh 60480000 pinentry-program /usr/bin/pinentry-curses allow-loopback-pinentry |
