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

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

  3. gpg - sks-keyservers gone. What to use instead? - Unix & Linux …

    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 …

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

    Feb 15, 2015 · How to import secret gpg key (copied from one machine to another)? Ask Question Asked 10 years, 7 months ago Modified 3 years, 2 months ago

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

  6. gpg - GnuPG command to show key info from file - Unix & Linux …

    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 …

  7. Solving gpg: decryption failed: No secret key - Unix & Linux Stack …

    Mar 21, 2023 · Then when using gpg, your ~/.gnupg directory should be backuped with as many precaution as the enciphered files. You also have the gpg --export > export and gpg --export …

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

  9. gpg unusable secret key error - Unix & Linux Stack Exchange

    Mar 25, 2021 · $ gpg --default-key "AA582DA4180115CF069355075E0F30EAA7985DA1" --detach-sign bar.txt gpg: Warning: not using …

  10. gpg - How to detach-sign a file with a specific private key? || Why ...

    Oct 12, 2018 · Parsing gpg: the program doing the signing; in my case version 2.2.4 --local-user: takes an ID as an argument or a fingerprint in my case. --sign: action for gpg to do. --armor: …