gpg is the main command line tool of the GNU Privacy Guard (GnuPG), implementing the OpenPGP standard for public key cryptography. It allows encryption, (verification of) signatures and trust models like the web of trust. gpg (and its library gpgme) are the base of many FOSS crypto applications ...
2
votes
0answers
31 views
What does apt need to be healed of a bad setup?
I made a couple of earlier posts regarding a libssl-dev that, it seemed, was not removable. Some of the replies touched on that there was a problem with apt, and now that someone posted the command to ...
2
votes
0answers
31 views
How can I find out what keys gpg-agent has cached? (like how ssh-add -l shows you cached ssh keys)
ssh-add -l shows you all ssh-keys that have been added with ssh-add ~/.ssh/id_yourkey. How do I do the analogous thing with gpg and gpg-agent, in other words, ask it to show a list of cached keys?
2
votes
0answers
99 views
Can emacs use gpg-agent in a terminal at all?
I understand that there are problems with getting pinentry-curses to work with emacs (see some of the comments on http://emacswiki.org/emacs/EasyPG), and so using emacs in a terminal isn't compatible ...
1
vote
0answers
470 views
Backupninja + Duplicity problem
I have recently installed on a Debian squeeze_64 server the Backupninja and Duplicity utilities. My goal is to backup /foo/bar/* to /desti/nation/ with full backup once a week and differentially once ...
0
votes
0answers
15 views
keyserver timed out when trying to add a GPG public key
I am trying to add a public key for installing a program with CPG. But i am pretty new to this but every command i found gave me the same error:
gpg --keyserver keyserver.ubuntu.com --recv-keys ...
