Merge branch 'master' of git://github.com/vrushti-mody/qubes-doc into vrushti-mody-master

This commit is contained in:
Andrew David Wong 2020-06-09 04:44:34 -05:00
commit 8472e05aa9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -57,7 +57,8 @@ This way it would be easy to spot unexpected requests to decrypt documents.
Doing so won't provide any extra security anyway, as explained [above][intro] and [below][using Split GPG with subkeys].
If you are generating a new key pair, or if you have a private key that already has a passphrase, you can use `gpg2 --edit-key <key_id>` then `passwd` to set an empty passphrase.
Note that `pinentry` might show an error when you try to set an empty passphrase, but it will still make the change.
(See [this StackExchange answer][se-pinentry] for more information.)
(See [this StackExchange answer][se-pinentry] for more information.)
Note: The error shows only if you **do not** have graphical pinentry installed.
## Configuring Split GPG ##