blob: 23b25fe0a1e654097f47e6e28db249cc93625488 (
plain)
1
2
3
4
5
6
7
8
|
default-cache-ttl 600
max-cache-ttl 7200
{{ if eq .OS "darwin" }}
pinentry-program /usr/local/bin/pinentry-mac
{{ else }}
pinentry-program /usr/bin/pinentry-qt
{{ end }}
enable-ssh-support
|