From 659baf3a02c258a3123f36c8f8831b58e012d29e Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Wed, 24 Oct 2018 17:17:36 +0000 Subject: [PATCH] Fix misformating in Split GPG doc An error was introduced in pull request #717. --- security/split-gpg.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/split-gpg.md b/security/split-gpg.md index 271e819f..cba62a39 100644 --- a/security/split-gpg.md +++ b/security/split-gpg.md @@ -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 -`, 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 ##