aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorKenny MacDermid <kenny.macdermid@gmail.com>2020-05-27 16:39:29 -0300
committerKenny MacDermid <kenny.macdermid@gmail.com>2020-05-27 16:39:29 -0300
commit78164e8bfdea181cec6186fb5099406030ce19a3 (patch)
tree62778d3dc8eeac7069beb3c390865614ca8d865f /README.md
parentMerge pull request #190 from schmie/add-info-on-PIN-issues-and-debugging-them (diff)
downloadYubiKey-Guide-78164e8bfdea181cec6186fb5099406030ce19a3.tar.gz
Set touch policy to fixed.
Setting the touch policy to `on` does not prevent the policy from later being turned off again. Setting it to `fixed` is more secure because it can not be turned off. If someone wants to disable the touch policy they can always restore the keys from the backups created in the guide.
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 93eae2b..c539c25 100644
--- a/README.md
+++ b/README.md
@@ -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.