Merge pull request #191 from KenMacD/touch-fixed
Set touch policy to fixed.
This commit is contained in:
commit
f83d52d37c
|
@ -2256,19 +2256,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
|
||||||
Authentication:
|
Authentication:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp set-touch aut on
|
$ ykman openpgp set-touch aut fixed
|
||||||
```
|
```
|
||||||
|
|
||||||
Signing:
|
Signing:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp set-touch sig on
|
$ ykman openpgp set-touch sig fixed
|
||||||
```
|
```
|
||||||
|
|
||||||
Encryption:
|
Encryption:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ykman openpgp set-touch enc on
|
$ ykman openpgp set-touch enc fixed
|
||||||
```
|
```
|
||||||
|
|
||||||
YubiKey will blink when it is waiting for a touch. On Linux you can also use [yubikey-touch-detector](https://github.com/maximbaz/yubikey-touch-detector) to have an indicator or notification that YubiKey is waiting for a touch.
|
YubiKey will blink when it is waiting for a touch. On Linux you can also use [yubikey-touch-detector](https://github.com/maximbaz/yubikey-touch-detector) to have an indicator or notification that YubiKey is waiting for a touch.
|
||||||
|
|
Loading…
Reference in New Issue