diff options
author | drduh <github@duh.to> | 2022-08-21 11:24:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 11:24:23 -0700 |
commit | 5c4d952a29f4bfd8abe151acdc7650b9f0c0d1e1 (patch) | |
tree | 56840f001b206dc727a9d12db4909e05323d6e0c | |
parent | Merge pull request #324 from Granddave/master (diff) | |
parent | Update the command to change the pin retry attempts (diff) | |
download | YubiKey-Guide-5c4d952a29f4bfd8abe151acdc7650b9f0c0d1e1.tar.gz |
Merge pull request #332 from engdoreis/update-pin-retry-cmd
Update the command to change the pin retry attempts
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1355,7 +1355,7 @@ Your selection? q The number of retry attempts can be changed with the following command, documented [here](https://docs.yubico.com/software/yubikey/tools/ykman/OpenPGP_Commands.html#ykman-openpgp-access-set-retries-options-pin-retries-reset-code-retries-admin-pin-retries): ```bash -ykman openpgp access set-retries 5 5 5 +ykman openpgp set-pin-retries 5 5 5 ``` ## Set information |