About 651,000 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. 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 …

  3. [SOLVED] gpg: keyserver receive failed: No route to host / Newbie ...

    Jun 9, 2025 · gpg --keyserver hkp://keyserver.ubuntu.com --recv-key F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 gpg: keyserver receive failed: No route …

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

  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. apt: "Conflicting values set for option Signed-By"

    Jun 10, 2025 · Every time I run apt update, I get this error in Kali Linux 2025.2. └─# apt update Error: Conflicting values set for option Signed-By regarding source http://http ...

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

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

  9. centos - yum/dnf install fail - Unix & Linux Stack Exchange

    Jan 17, 2024 · rpm -i centos-gpg-keys-8-3.el8.noarch.rpm (again if the version is different then you need to adjust the package name) 2- Error: GPG check FAILED there are a couple of …

  10. GPG Key Error When Running `sudo apt update` on Fresh Kali Install

    Jul 29, 2025 · E: The repository is not signed. I also saw warnings about apt-key being deprecated, and attempts to use curl | gpg returned a 404. What I Want: I don’t care about …