From c74776b229941ae6898b995095058db1ab28a925 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Wed, 4 Jan 2023 00:54:15 +0100
Subject: [PATCH] Change to curses pinentry

---
 .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 df54d41..8ad0d5e 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
+pinentry-program /usr/bin/pinentry-curses
 
 # 3 Hours cache on SSH-keys
 default-cache-ttl-ssh 10800
-- 
GitLab