From e9bf625cb08ee9d757fbc1973734d80b6f7e6ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Sat, 6 Jul 2024 14:20:47 +0200 Subject: [PATCH] Add comment how to setup pinentry --- .gnupg/gpg-agent.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index b1a88e7..afce5be 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -8,6 +8,7 @@ enable-ssh-support # To set the desired pinentry wrapper instead of setting pinentry-program # sudo update-alternatives --install /usr/bin/pinentry pinentry (gpgconf --list-dirs homedir)/pinentry-auto.sh 99 +# Or copy directly to /usr/bin/pinentry-auto # 3 Hours cache on SSH-keys default-cache-ttl-ssh 21600 -- GitLab