Created
March 11, 2016 03:36
-
-
Save killtheliterate/e05ab738948cd00fcf35 to your computer and use it in GitHub Desktop.
Setting up gpg-agent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# There are some issues with pinentry, so I've just installed the relevant pinentry program | |
# mac: `brew install pinentry-mac` | |
# ubuntu: `sudo apt-get install pinentry-gnome3` | |
pinentry-program /usr/local/bin/pinentry-mac | |
enable-ssh-support | |
write-env-file | |
use-standard-socket | |
default-cache-ttl 600 | |
max-cache-ttl 7200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment