mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Aminda Suomalainen
1f09ad3366
Based on https://gist.github.com/pyllyukko/a1ed6baa6b638b805a30b16960399e94
17 lines
648 B
Plaintext
17 lines
648 B
Plaintext
enable-ssh-support
|
|
|
|
## Tell the pinentry not to grab the keyboard and mouse.
|
|
## This option should in general not be used to avoid X-sniffing attacks.
|
|
# This is the behaviour which I want, the default is annoying.
|
|
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
|
|
|
|
# FINEID, Fedora: gnupg-pkcs11-scd
|
|
# https://gist.github.com/pyllyukko/a1ed6baa6b638b805a30b16960399e94
|
|
scdaemon-program /usr/bin/gnupg-pkcs11-scd
|