mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-15 09:17:11 -05:00
Update split-gpg.md
Sorry for proposing this change, since it evens puts into question the existence of the page and even Split GPG. Maybe I should also submit a bug to https://github.com/QubesOS/qubes-issues . I just followed the [contribution suggestions](https://www.qubes-os.org/doc/doc-guidelines/#contribution-suggestions).
This commit is contained in:
parent
22ea6479f1
commit
1ea35ffe16
@ -74,14 +74,18 @@ signed before the operation gets approved. Perhaps the GPG backend domain
|
|||||||
could start a Disposable VM and have the to-be-signed document displayed
|
could start a Disposable VM and have the to-be-signed document displayed
|
||||||
there? To Be Determined.
|
there? To Be Determined.
|
||||||
|
|
||||||
- The Split GPG client will fail to sign or encrypt if the private key in the
|
- **Split GPG is unusable due to the following problem**:
|
||||||
GnuPG backend is protected by a passphrase, it will give a *"Inappropriate ioctl
|
The Split GPG client will fail to sign or encrypt if the private key in the
|
||||||
for device"* error. Avoid setting passphrases for the private keys in the GPG
|
GnuPG backend is protected by a passphrase, it will give a *"Inappropriate ioctl
|
||||||
backend domain, it won't provide extra security anyway, as explained before. If
|
for device"* error. Avoid setting passphrases for the private keys in the GPG
|
||||||
you have a private key that already has a passphrase set use
|
backend domain, it won't provide extra security anyway, as explained before.
|
||||||
`gpg2 --edit-key {key_id}`, then `passwd` to set an empty passphrase. Be aware
|
Unfortunately you can set empty passphrases no matter what `pinentry-*` package
|
||||||
that `pinentry-ncurses` doesn't allow setting empty passphrases, so you would need
|
you are using. If you are generating a new key pair, or if you have a private
|
||||||
to install `pinentry-gtk` for it to work.
|
key that already has a passphrase and use
|
||||||
|
`gpg2 --edit-key {key_id}`, then `passwd`, then pinentry won't allow setting an
|
||||||
|
empty passphrase. This is true for any pinentry packages like `pinentry-ncurses`
|
||||||
|
and `pinentry-gtk` in Fedora, and for `pinentry-curses`, `pinentry-gtk2` and
|
||||||
|
`pinentry-gnome` in Debian.
|
||||||
|
|
||||||
## Configuring Split GPG ##
|
## Configuring Split GPG ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user