From a8adf5b96d206f861cbd94ffc6c19e4ae1fc9c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Sat, 31 Dec 2022 14:01:44 +0100 Subject: [PATCH] Change to pinentry instead of pinentry-qt --- .gnupg/gpg-agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 1b63a16..df54d41 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,7 +1,7 @@ default-cache-ttl 600 max-cache-ttl 7200 enable-ssh-support -pinentry-program /usr/bin/pinentry-qt +pinentry-program /usr/bin/pinentry # 3 Hours cache on SSH-keys default-cache-ttl-ssh 10800 -- GitLab