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

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

  3. gpg - What is the armored option for in GnuPG? - Unix & Linux Stack ...

    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 encrypted. What's the …

  4. dnf install self-signed package Error: GPG check FAILED

    Nov 14, 2023 · I tried gpg import and rpm --import - nothing helps, and afaik it shouldn't b/c there's link to gpgkey in .repo file which seems to be imported successfully upon adding the repository.

  5. gnu - gpg --list-keys command outputs uid [ unknown ] after …

    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 …

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

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

  8. gpg - GnuPG command to show key info from file - Unix & Linux Stack ...

    Does anybody know the correct command to read a key file and show information about the key? Edit: Ideally the mechanism would be able to read the keyfile from stdin, such as cat keyfile.key | gpg - …

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

  10. gpg - Encrypt and sign with specific secret key - Unix & Linux Stack ...

    Dec 6, 2014 · I have an OpenPGP smart card key (YubiKey NEO) as well as a local secret key installed in my GnuPG keyring. I'd like to encrypt and sign a file with my card's key, not the key in my keyring. …