blob: ca503bd3173e65d4e0e17ae65fc59b1a37493b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#####################################################################
# GnuPG Agent configuration file
# ~/.gnupg/gpg-agent.conf
#
# Ref:
# Gentoo wiki: GnuPG
#
# Weitian LI <liweitianux@gmail.com>
# 2014/06/12
#####################################################################
pinentry-program /usr/bin/pinentry-gtk-2
#pinentry-program /usr/bin/pinentry-qt4
#pinentry-program /usr/bin/pinentry-curses
no-grab
# default timeout of the passphrase (10 minutes)
default-cache-ttl 600
# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=gpg: #
|