|
- gpg - What is the armored option for in GnuPG? - Unix Linux Stack . . .
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 point
- How to import secret gpg key (copied from one machine to another)?
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 --import public key gpg: nyckel [ID]: public key [Name, e-mail] was imported gpg: Total number of treated keys: 1 gpg: imported: 1 (RSA: 1) gpg --allow-secret-key-import private key sec [?] [ID] [Creation date
- How to export a GPG private key and public key to a file
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, respecti
- Solving gpg: decryption failed: No secret key - Unix Linux Stack Exchange
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-secret-keys > export commands to export all yours keys in a pair of files you should backup instead But these precautions must be done before losing the disk
- How to renew an expired encryption subkey with gpg
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 key (from gpg --list-secret-keys) <2> how long you would like to extend the expiration period <3> optionally, the subkey fingerprints to extend ('*' to extend all non-expired subkeys) e g : gpg --quick-set-expire
- How to decrypt file that was symmetrically encrypted using GPG?
How to decrypt file that was symmetrically encrypted using GPG? Ask Question Asked 5 years, 6 months ago Modified 3 years, 11 months ago
- gpg - sks-keyservers gone. What to use instead? - Unix Linux Stack . . .
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) keys mailvelope com (based on Mailvelope) Access via other protocols that are supported by GnuPG: LDAP: keyserver pgp com (based on Broadcom PGP Universal Server) Due to the fact that the SKS key servers were taken down due to
- gpg unusable secret key error - Unix Linux Stack Exchange
The usage field of that key only contains C (Certification) Without a subkey, this key can only be used to sign other keys, as it does not have the S (Sign), E (Encrypt) or A (Authenticate) usages allowed, and therefore the key is rejected when trying to use it as a signing key
|
|
|