About 51 results
Open links in new tab
  1. 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 …

  2. gpg - What is the armored option for in GnuPG? - Unix & Linux …

    Dec 8, 2020 · when I export a gpg private or public key, and specify armored as a switch, I get plain text key, however, the gnupgp website seems to state that these keys are actually …

  3. 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 …

  4. 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 …

  5. How to import secret gpg key (copied from one machine to …

    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 …

  6. GPG can't decrypt: no pinentry program - Unix & Linux Stack …

    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 …

  7. 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 …

  8. gpg - How can I remove the passphrase from a gpg2 private key?

    Jul 19, 2017 · Gpg can create key pairs without passphrase, and it can also change the passphrase of an existing key pair. The goal is now to remove the existing passphrase from …

  9. How does GPG agent work? - Unix & Linux Stack Exchange

    I have a line in my gpg.conf file which says use-agent. I understand this refers to gpg-agent which is a daemon. The man page states "gpg-agent is a daemon to manage secret (private) keys …

  10. 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 …