diff options
author | Matthew Riley <majr@users.noreply.github.com> | 2019-07-04 12:39:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 12:39:33 -0400 |
commit | fddefb5245853bc2ff9b35ae265e499ad14156db (patch) | |
tree | b43e1af43c9c2868ec01d6a4b03d7250f7ab84a0 /README.md | |
parent | Feature simpler multiple key workaround (diff) | |
download | YubiKey-Guide-fddefb5245853bc2ff9b35ae265e499ad14156db.tar.gz |
Fix 'Require Touch' syntax
The syntax to change Yubikey touch configurations has changed. Updating this accordingly.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |