aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorPhill Kelley <34226495+Paraphraser@users.noreply.github.com>2024-02-11 09:32:04 +1100
committerPhill Kelley <34226495+Paraphraser@users.noreply.github.com>2024-02-11 09:32:04 +1100
commit5c3a4e8b18d460cafd58890b94548e7ce1ff50be (patch)
treed376b2ef4d24d1fe065275900414787812c33c3e /README.md
parentadd step to set `disable-ccid` in `scdaemon.conf` (diff)
downloadYubiKey-Guide-5c3a4e8b18d460cafd58890b94548e7ce1ff50be.tar.gz
fix rookie mistake
Add a one-liner that works. Then think about the context and decide to recommend a rearrangement. And then muck up the consequential adjustment of the original one-liner. I think I got a badge for that in the scouts. Well spotted. Sorry. Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 126a32e..abf3416 100644
--- a/README.md
+++ b/README.md
@@ -1930,7 +1930,7 @@ $ chmod 600 gpg.conf
Set the following option. This avoids the problem where GnuPG will prompt, repeatedly, for the insertion of an already-inserted YubiKey:
```console
-$ echo "disable-ccid" >>~/scdaemon.conf
+$ echo "disable-ccid" >>scdaemon.conf
```
> The `disable-ccid` option is only required for GnuPG versions 2.3 or later. However, setting this option does not appear to interfere with the operation of earlier versions of GnuPG so it is recommended for all installations.