diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-31 19:15:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-31 19:19:26 +0200 |
| commit | d9d2ff5b7914f29ee6ea2507a482e76fca81fda2 (patch) | |
| tree | 28349aa3a623746bf5f30d196e2491a4975aa803 | |
| parent | d55d3fdd11da76d92725065dcaa353acc6ea57d1 (diff) | |
Add pinentry program configs to gpg
| -rw-r--r-- | .gnupg/gpg-agent.conf | 1 | ||||
| -rw-r--r-- | Brewfile | 1 |
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 @@ -28,6 +28,7 @@ brew "awscli" brew "gpg" brew "pass" brew "pass-otp" +brew "pinentry-mac" brew "wifi-password" brew "ansible" brew "terraform" |
