mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-29 09:16:22 -05:00
Merge branch 'patch-5' of https://github.com/gasull/qubes-doc into gasull-patch-5
This commit is contained in:
commit
5e8d990a93
@ -77,11 +77,11 @@ there? To Be Determined.
|
||||
- The Split GPG client will fail to sign or encrypt if the private key in the
|
||||
GnuPG backend is protected by a passphrase, it will give a *"Inappropriate ioctl
|
||||
for device"* error. Avoid setting passphrases for the private keys in the GPG
|
||||
backend domain, it won't provide extra security anyway, as explained before. If
|
||||
you have a private key that already has a passphrase set use
|
||||
`gpg2 --edit-key {key_id}`, then `passwd` to set an empty passphrase. Be aware
|
||||
that `pinentry-ncurses` doesn't allow setting empty passphrases, so you would need
|
||||
to install `pinentry-gtk` for it to work.
|
||||
backend domain, it won't provide extra security anyway, as explained before.
|
||||
If you are generating a new key pair, or if you have a private
|
||||
key that already has a passphrase and use
|
||||
`gpg2 --edit-key {key_id}` then `passwd`, then pinentry [might show an error when
|
||||
setting an empty passphrase but still make the change](https://unix.stackexchange.com/a/379373).
|
||||
|
||||
## Configuring Split GPG ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user