
How to export a GPG private key and public key to a file
Nov 15, 2018 · I have generated keys using GPG, by executing the following command gpg --gen-key Now I need to export the key pair to a file; i.e., private and public keys to private.pgp and public.pgp, …
How to renew an expired encryption subkey with gpg
Nov 17, 2019 · There is (a newer?) option in gpg (2.2.41) where you can extend all your subkeys at once with only the command: gpg --quick-set-expire <1> <2> <3> meaning: <1> fingerprint of your …
gpg --list-keys command outputs uid - Unix & Linux Stack Exchange
Nov 26, 2017 · I did a clean install of Arch Linux and imported my backed up gpg private key. As a sanity check I ran: gpg --list-keys Everything showed up as normal except for the uid which now …
gpg - sks-keyservers gone. What to use instead? - Unix & Linux Stack ...
Jun 28, 2021 · Alternate public PGP key servers that support access via HKP (like SKS keyservers used to): keys.openpgp.org (based on hagrid) keyserver.ubuntu.com (based on Hockeypuck) …
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 94...
gpg agent - `gpg --pinentry-mode loopback` used to ask passphrase …
May 22, 2024 · gpg --pinentry-mode loopback --output out.gpg --symmetric - to encrypt gpg --pinentry-mode loopback -qd out.gpg to decrypt. While in a terminal session, the decryption command used to …
How to import secret gpg key (copied from one machine to another)?
Feb 15, 2015 · I'm trying to copy my gpg key from one machine to another. I do: gpg --export ${ID} > public.key gpg --export-secret-key ${ID} > private.key Move files to new machine, and then: gpg - …
GPG can't decrypt: no pinentry program - Unix & Linux Stack Exchange
Sep 30, 2021 · 14 I can't decrypt my passwords with pass neither with gpg directly. gpg: encrypted with rsa4096 key, ID id, created creation_date "name <email>" gpg: public key decryption failed: No …
How do I resolve a missing GPG key for an apt repo in Debian 12?
Feb 24, 2024 · How do I resolve a missing GPG key for an apt repo in Debian 12? Ask Question Asked 1 year, 11 months ago Modified 1 year, 9 months ago
help understanding gpg --list--keys output - Unix & Linux Stack …
Oct 9, 2020 · Your private key, which, for historical reasons*, PGP and GPG call 'secret' and which is shown by --list-secret-keys, would be even longer; in addition, showing it on a terminal where in …