diff options
author | Bartłomiej Jakub Kwiatek <Flower7C3@users.noreply.github.com> | 2022-10-24 17:28:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 17:28:53 +0200 |
commit | 1eeaf3fb56085e164893da726f355e0b7f5458cb (patch) | |
tree | f51314fca15ab2ab2a907ef6d4b09c7627012ea8 | |
parent | Merge pull request #282 from apiraino/rewrite-key-creation-take2 (diff) | |
download | YubiKey-Guide-1eeaf3fb56085e164893da726f355e0b7f5458cb.tar.gz |
Update README.md
openpgp set-pin-retries is moved to openpgp access set-retries
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1442,7 +1442,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 set-pin-retries 5 5 5 +ykman openpgp access set-retries 5 5 5 -f -a YOUR_ADMIN_PIN ``` ## Set information |