aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2021-05-31 16:21:24 +0000
committerGitHub <noreply@github.com>2021-05-31 16:21:24 +0000
commit21c0e03cd0c5ec668c6cdfbdb49708d70c4a0708 (patch)
tree0021b286479650939c0cf3b69b2eb4288f3f7c84 /README.md
parentMerge pull request #232 from captn3m0/warning (diff)
parentUpdate usage of ykman (diff)
downloadYubiKey-Guide-21c0e03cd0c5ec668c6cdfbdb49708d70c4a0708.tar.gz
Merge pull request #246 from whiskeysierra/patch-1
Update usage of ykman
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1c0a000..bfd9747 100644
--- a/README.md
+++ b/README.md
@@ -2511,33 +2511,33 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
Authentication:
```console
-$ ykman openpgp set-touch aut on
+$ ykman openpgp keys set-touch aut on
```
Signing:
```console
-$ ykman openpgp set-touch sig on
+$ ykman openpgp keys set-touch sig on
```
Encryption:
```console
-$ ykman openpgp set-touch enc on
+$ ykman openpgp keys set-touch enc on
```
Depending on how the YubiKey is going to be used, you may want to look at the policy options for each of these and adjust the above commands accordingly. They can be viewed with the following command:
```
-$ ykman openpgp set-touch -h
-Usage: ykman openpgp set-touch [OPTIONS] KEY POLICY
+$ ykman openpgp keys set-touch -h
+Usage: ykman openpgp keys set-touch [OPTIONS] KEY POLICY
Set touch policy for OpenPGP keys.
KEY Key slot to set (sig, enc, aut or att).
POLICY Touch policy to set (on, off, fixed, cached or cached-fixed).
- The touch policy is used to require user interaction for all operations using the private key on the YubiKey. The touch policy is set indivdually for each key slot. To see the current touch policy, run
+ The touch policy is used to require user interaction for all operations using the private key on the YubiKey. The touch policy is set individually for each key slot. To see the current touch policy, run
$ ykman openpgp info