Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PIN retry count to all Nitrokey 3 pins #372

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/components/nitrokeys/nitrokey3/set-pins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ FIDO2

The PIN for FIDO2 can be set with `Nitropy <../../software/nitropy/index.html>`__, operating system native apps, or a webbrowser such as Chrom(e|ium).

.. warning::
The PIN has retry counter of 8 attempts. After 8 attempts, it is locked and the FIDO feature needs to be reset change the PIN.
To prevent accidental lock of the PIN, the device needs to be unplugged and replugged every 3 attempts.

.. end-fido2-header

.. start-fido2-nitropy
Expand Down Expand Up @@ -76,6 +80,9 @@ The PIN for passwords and OTP secrets can be set with the `Nitropy <../../softwa
1. Connect the Nitrokey 3 with your computer.
2. On the terminal enter ``nitropy nk3 secrets set-pin`` and follow the instructions.

.. warning::
The PIN has retry counter of 8 attempts. After 8 attempts, it is locked and the secrets feature needs to be reset change the PIN.

.. end-passwords-otp-secrets

.. start-openpgp-card
Expand Down
Loading