From d9d2ff5b7914f29ee6ea2507a482e76fca81fda2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 31 Mar 2021 19:15:34 +0200 Subject: Add pinentry program configs to gpg --- .gnupg/gpg-agent.conf | 1 + Brewfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 6b56eca..4798076 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,3 +1,4 @@ +pinentry-program /usr/local/bin/pinentry-tty default-cache-ttl 3600 default-cache-ttl-ssh 3600 max-cache-ttl 7200 diff --git a/Brewfile b/Brewfile index fd5efbf..4040ef1 100644 --- a/Brewfile +++ b/Brewfile @@ -28,6 +28,7 @@ brew "awscli" brew "gpg" brew "pass" brew "pass-otp" +brew "pinentry-mac" brew "wifi-password" brew "ansible" brew "terraform" -- cgit v1.2.3