diff options
author | Douglas Reis <doreis@lowrisc.org> | 2022-06-19 10:27:14 +0100 |
---|---|---|
committer | Douglas Reis <doreis@lowrisc.org> | 2022-06-19 10:30:09 +0100 |
commit | 9c2a5c959882786bf6573b8d9a67615911eeee72 (patch) | |
tree | 2435d8beb1bd56fa160bf05752d93efefac182d7 | |
parent | Merge pull request #311 from michael-k/typo (diff) | |
download | YubiKey-Guide-9c2a5c959882786bf6573b8d9a67615911eeee72.tar.gz |
Update the command to change the pin retry attempts
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
-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 |