diff options
| author | Xian Wang <dev@xianwang.io> | 2021-01-01 18:43:34 -0500 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2021-01-04 11:25:17 -0500 |
| commit | e28ccedef91a372dfb3c8862ff904c74b02268d7 (patch) | |
| tree | 5cb7f8e94ae92d8b49c3c3d576b16d0e69a50fb7 /gpg-agent.conf | |
| parent | 8a57cb91c5049f904bb2cefddb9efc9d5270fc75 (diff) | |
| download | dotfiles-e28ccedef91a372dfb3c8862ff904c74b02268d7.tar.gz dotfiles-e28ccedef91a372dfb3c8862ff904c74b02268d7.tar.bz2 dotfiles-e28ccedef91a372dfb3c8862ff904c74b02268d7.zip | |
gpg: add ssh conf
Diffstat (limited to 'gpg-agent.conf')
| -rw-r--r-- | gpg-agent.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gpg-agent.conf b/gpg-agent.conf new file mode 100644 index 0000000..40fb8ac --- /dev/null +++ b/gpg-agent.conf @@ -0,0 +1,10 @@ +# https://github.com/drduh/config/blob/master/gpg-agent.conf +# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html +enable-ssh-support +default-cache-ttl 60 +max-cache-ttl 120 +#pinentry-program /usr/bin/pinentry-curses +#pinentry-program /usr/bin/pinentry-tty +#pinentry-program /usr/bin/pinentry-x11 +pinentry-program /usr/local/bin/pinentry-curses +#pinentry-program /usr/local/bin/pinentry-mac |
