gpg-agent.conf 370 B

12345678910
  1. # GPG Agent Configuration - Weekly renewal with monthly maximum
  2. # Ask for passphrase every week (604800 seconds = 7 days)
  3. default-cache-ttl 604800
  4. # Maximum cache time is 1 month (2592000 seconds = 30 days)
  5. max-cache-ttl 2592000
  6. # Same settings for SSH keys
  7. default-cache-ttl-ssh 604800
  8. max-cache-ttl-ssh 2592000
  9. # Enable passphrase confirmation
  10. allow-preset-passphrase