From 473fef0a08f3a0e8a39a7e874fd2c2e9cd4e6960 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Mon, 12 Nov 2018 15:17:58 +0800 Subject: [PATCH] Remove leftover text --- security/split-gpg.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/split-gpg.md b/security/split-gpg.md index 48cbe9db..9bd60f39 100644 --- a/security/split-gpg.md +++ b/security/split-gpg.md @@ -78,8 +78,7 @@ 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. -Unfortunately you can't set empty passphrases no matter what `pinentry-*` package -you are using. If you are generating a new key pair, or if you have a private +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).