Skip to content

Instantly share code, notes, and snippets.

@jziggas
Created October 28, 2017 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jziggas/af381e6cc062943c505fd6c5fc7856fc to your computer and use it in GitHub Desktop.
Save jziggas/af381e6cc062943c505fd6c5fc7856fc to your computer and use it in GitHub Desktop.
gpg-agent configuration
cat << EOF > ~/.gnupg/gpg-agent.conf
enable-ssh-support
pinentry-program /usr/local/bin/pinentry
default-cache-ttl 600
max-cache-ttl 7200
default-cache-ttl-ssh 1800
max-cache-ttl-ssh 7200
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment