summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-03-31 19:15:34 +0200
committerAhmed Abdelhalim <[email protected]>2021-03-31 19:19:26 +0200
commitd9d2ff5b7914f29ee6ea2507a482e76fca81fda2 (patch)
tree28349aa3a623746bf5f30d196e2491a4975aa803
parentd55d3fdd11da76d92725065dcaa353acc6ea57d1 (diff)
Add pinentry program configs to gpg
-rw-r--r--.gnupg/gpg-agent.conf1
-rw-r--r--Brewfile1
2 files changed, 2 insertions, 0 deletions
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"