
rpm - When importing a key during a yum installation, where is that …
An imported public key is carried in a header, and key ring management is performed exactly like package management. For example, all currently imported public keys can be displayed by: rpm -qa …
keyserver receive failed (on every keyserver available)
Apr 27, 2017 · On Ubuntu 22.04 (and possibly in 20.04 and 18.04) just convert the key to lower case, prefix it with a 0x, fetch it via https from the intended keyserver and copy it to /etc/apt/trusted.gpg.d/ …
How can I find out what keys gpg-agent has cached? (like how ssh-add …
Jun 12, 2013 · 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 …
shell script - gpg asks for password even with --passphrase - Unix ...
I expect the following command to extract the gpg file without asking for password: gpg --passphrase 1234 file.gpg But it asks for the password. Why? This also have the same behavior: gpg --
How are the GPG usage flags defined in the key details listing?
The abbreviations you mention however are, somewhere in the info pages (info gpg). I searched for S: and found that I actually wanted to search for usage:. In "GPG Key related Options": 4.2.1 How to …
How do I get the fingerprint of an ASCII-armored PGP secret key with …
As indicated in the comments, the simplest solution appears to be to first dearmor the key and then run --list-secret-keys on the new file: $ gpg --dearmor secret.asc # Creates secret.asc.gpg $ gpg --with …
yum install and update fail - GPG keys listed for the "CentOS-7 ...
May 20, 2018 · The GPG keys listed for the "CentOS-7 - Updates" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.
Unable to add gpg key with apt-key behind a proxy
Apr 25, 2017 · Adding a gpg key via apt-key systematically fails since I've switched to Ubuntu 17.04 (I doubt it's directly related though). Example with Spotify's repo key: $ sudo apt-key adv --keyserver …
gpg: keyserver receive failed: No dirmngr - Unix & Linux Stack Exchange
Oct 31, 2017 · gpg: keyserver receive failed: No dirmngr Ask Question Asked 8 years, 1 month ago Modified 3 years, 8 months ago
Decrypt file using gpg in batch mode when passphrase includes a
I am trying to decrypt a file in a script with gpg batch mode, but command is not executed because the passphrase contains a "!" echo "m!pass"|gpg --batch --passphrase-fd 0 --decrypt-file plain.gpg