Skip to content

Instantly share code, notes, and snippets.

@killtheliterate
Created March 11, 2016 03:36
Show Gist options
  • Save killtheliterate/e05ab738948cd00fcf35 to your computer and use it in GitHub Desktop.
Save killtheliterate/e05ab738948cd00fcf35 to your computer and use it in GitHub Desktop.
Setting up gpg-agent
# 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