From d9ade40c5bff43c46f642d3816bf109fab28284f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Mon, 24 Jun 2024 13:24:25 +0200 Subject: [PATCH] Remove pinentry-program option --- .gnupg/gpg-agent.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 6f37682..b1a88e7 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -9,10 +9,6 @@ enable-ssh-support # sudo update-alternatives --install /usr/bin/pinentry pinentry (gpgconf --list-dirs homedir)/pinentry-auto.sh 99 -# MUST be a full path -# pinentry-program /usr/bin/pinentry-tty -pinentry-program /home/USER/.gnupg/pinentry-auto.sh - # 3 Hours cache on SSH-keys default-cache-ttl-ssh 21600 max-cache-ttl-ssh 21600 -- GitLab