add pinentry-qt

This commit is contained in:
benoit 2021-02-07 12:59:00 +00:00
parent b500a77f26
commit 92a841b810

View file

@ -19,6 +19,7 @@ gpg --card-status
``` ```
vim .gnupg/gpg-agent.conf vim .gnupg/gpg-agent.conf
enable-ssh-support enable-ssh-support
pinentry-program /usr/bin/pinentry-qt
systemctl --user enable --now /usr/lib/systemd/user/gpg-agent* systemctl --user enable --now /usr/lib/systemd/user/gpg-agent*
``` ```