aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2019-07-08 01:55:34 +0000
committerGitHub <noreply@github.com>2019-07-08 01:55:34 +0000
commit2414ba2120d36476560d1b7d5e717cba824ff611 (patch)
treeb43e1af43c9c2868ec01d6a4b03d7250f7ab84a0 /README.md
parentFeature simpler multiple key workaround (diff)
parentFix 'Require Touch' syntax (diff)
downloadYubiKey-Guide-2414ba2120d36476560d1b7d5e717cba824ff611.tar.gz
Merge pull request #115 from majr/patch-1
Fix 'Require Touch' ykman syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f1b0cfb..12f9ee9 100644
--- a/README.md
+++ b/README.md
@@ -1838,19 +1838,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
Authentication:
```console
-$ ykman openpgp touch aut on
+$ ykman openpgp set-touch aut on
```
Signing:
```console
-$ ykman openpgp touch sig on
+$ ykman openpgp set-touch sig on
```
Encryption:
```console
-$ ykman openpgp touch enc on
+$ ykman openpgp set-touch enc on
```
YubiKey will blink when it is waiting for a touch.