假设我大多数时候只使用一个加密密钥。
如何设置默认加密密钥以避免在加密命令中提及它
换句话说,我想要这个命令:
gpg -e
相当于命令与接收者
gpg -e -r [email protected]
答案1
GnuPG 知道这个--default-recipient
选项,它可以完成您正在寻找的操作。
--default-recipient name
Use name as default recipient if option --recipient is not used and don't
ask if this is a valid one. name must be non-empty.
gpg.conf
您可以通过省略前缀来指定 GnuPG 配置文件中的所有 GnuPG 选项--
,例如
default-recipient [email protected]