问题: - 当我通过时重复请求密码show <name of credential>
。
做一些谷歌搜索,我发现你可以用 gpg-preset-passphrase 做到这一点,但是我不确定从哪里得到它或者它是否包含在 gpg 发行版中。
这是我正在运行的 gpg 的当前版本。
有谁知道如何安装 gpg-preset-passphrase?
gpg --version
gpg (GnuPG) 2.0.22
libgcrypt 1.5.3
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ?, ?, ELG, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
看起来它已安装但不能通过
gpg-preset-passphrase
命令直接访问,而是/usr/libexec/gpg-preset-passphrase
:在我的 Ubuntu 16 安装中,它位于
gnupg-agent
包中并放置在/usr/lib/gnupg2/gpg-preset-passphrase
.最兼容的方式是这样使用
gpgconf --list-dirs libexecdir
:我已经在 macOS 和 ubuntu 18.04 上对此进行了测试,文件夹设置为:
/opt/homebrew/Cellar/gnupg/2.3.7_1/libexec
/usr/lib/gnupg
请记住使用预设,您需要将
allow-preset-passphrase
\ 添加到您的.gnupg/gpg-agent.conf
. 将默认的 2 小时存储时间更改为更大的时间也很有用,代理配置选项是: