Merge branch 'haplo-patch-1'

This commit is contained in:
Andrew David Wong 2018-10-24 21:06:25 -05:00
commit 970ad1b5a1
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -78,10 +78,10 @@ there? To Be Determined.
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.
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.
## Configuring Split GPG ##