Fix 'Require Touch' syntax
The syntax to change Yubikey touch configurations has changed. Updating this accordingly.
This commit is contained in:
parent
48bf452e4b
commit
fddefb5245
|
@ -1838,19 +1838,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
|
||||||
Authentication:
|
Authentication:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp touch aut on
|
$ ykman openpgp set-touch aut on
|
||||||
```
|
```
|
||||||
|
|
||||||
Signing:
|
Signing:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp touch sig on
|
$ ykman openpgp set-touch sig on
|
||||||
```
|
```
|
||||||
|
|
||||||
Encryption:
|
Encryption:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp touch enc on
|
$ ykman openpgp set-touch enc on
|
||||||
```
|
```
|
||||||
|
|
||||||
YubiKey will blink when it is waiting for a touch.
|
YubiKey will blink when it is waiting for a touch.
|
||||||
|
|
Loading…
Reference in New Issue