diff options
author | drduh <github@duh.to> | 2020-05-29 06:27:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 06:27:37 +0000 |
commit | f83d52d37c18bf23ee76cb69306602e8c1c7a95b (patch) | |
tree | 62778d3dc8eeac7069beb3c390865614ca8d865f /README.md | |
parent | Merge pull request #190 from schmie/add-info-on-PIN-issues-and-debugging-them (diff) | |
parent | Set touch policy to fixed. (diff) | |
download | YubiKey-Guide-f83d52d37c18bf23ee76cb69306602e8c1c7a95b.tar.gz |
Merge pull request #191 from KenMacD/touch-fixed
Set touch policy to fixed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2256,19 +2256,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev Authentication: ```console -$ ykman openpgp set-touch aut on +$ ykman openpgp set-touch aut fixed ``` Signing: ```console -$ ykman openpgp set-touch sig on +$ ykman openpgp set-touch sig fixed ``` Encryption: ```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. |