Summary: | GPG Agent: "expire cached PINs after N seconds" doesn't efficient | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Pal Körössy <korossy> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel, winter |
Priority: | NOR | ||
Version: | 4.8.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pal Körössy
2012-07-19 09:06:54 UTC
Look in ~/.gnupg/gpg-agent.conf do you see a line with default-cache-ttl 260000 I read that if you want to set a timeout larger than 2 hrs (7200) then you must also set max-cache-ttl so to test that, could you please edit .gnupg/gpg-agent.conf by hand and make sure you have the 2 lines: default-cache-ttl 260000 max-cache-ttl 260000 hopefully the default-cache-ttl line is already there. you may have to restart gpg after you edit that file, I don't recall. at worst, just logout and back in again. Wait for infos There was no 'default-cache-ttl' line in .gnupg/gpg-agent.conf by default. After adding the parameter, it seems to work, thanks. |