Skip to content

Instantly share code, notes, and snippets.

@squiter
Created October 19, 2017 20:28
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 squiter/a5423c598062be60a1fbeba91baf94f6 to your computer and use it in GitHub Desktop.
Save squiter/a5423c598062be60a1fbeba91baf94f6 to your computer and use it in GitHub Desktop.
GPG Personal Guide

GPG - Personal Guide

[2017-10-17 Tue 17:50]

I have some issues to cache my passphrase in Ubuntu. To fix it I change my default gpg binary to gpg2

sudo mv /usr/bin/gpg /usr/bin/gpg1
sudo update-alternatives --verbose --install /usr/bin/gpg gnupg /usr/bin/gpg2 50

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment