From 682307c35d24c8376bbff19f96175c6bd9143601 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Sat, 20 Aug 2022 21:54:29 +0200 Subject: [PATCH] chore(gnupg): auto-launch a gpg agent instance --- roles/gnupg/files/gpg-configure-ssh-auth-socket.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gnupg/files/gpg-configure-ssh-auth-socket.sh b/roles/gnupg/files/gpg-configure-ssh-auth-socket.sh index 0f9b7b1..a5fcb8c 100644 --- a/roles/gnupg/files/gpg-configure-ssh-auth-socket.sh +++ b/roles/gnupg/files/gpg-configure-ssh-auth-socket.sh @@ -11,3 +11,4 @@ fi gpg-connect-agent /bye export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +gpgconf --launch gpg-agent