From 92a841b8105a2fa59645ab0cba57b207bc49acce Mon Sep 17 00:00:00 2001 From: benoit Date: Sun, 7 Feb 2021 12:59:00 +0000 Subject: [PATCH] add pinentry-qt --- HowtoGPG.page | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoGPG.page b/HowtoGPG.page index f91fc5f..0ff10d2 100644 --- a/HowtoGPG.page +++ b/HowtoGPG.page @@ -19,6 +19,7 @@ gpg --card-status ``` vim .gnupg/gpg-agent.conf enable-ssh-support +pinentry-program /usr/bin/pinentry-qt systemctl --user enable --now /usr/lib/systemd/user/gpg-agent* ```