gpg-agent: remember password for two hours

See the comment for more information.
This commit is contained in:
Aminda Suomalainen 2015-06-12 10:13:26 +03:00
parent 7607648ed5
commit 4424cb3f62

View File

@ -4,3 +4,9 @@ enable-ssh-support
## This option should in general not be used to avoid X-sniffing attacks. ## This option should in general not be used to avoid X-sniffing attacks.
# This is the behaviour which I want, the default is annoying. # This is the behaviour which I want, the default is annoying.
no-grab no-grab
# Remember passwords for two hours which is the default maximum. This might
# be somewhat insecure, but I usually lock screen when I am AFK and I don't
# want to type my password so often just to see encrypted facebook emails.
default-cache-ttl 7200
default-cache-ttl-ssh 7200