diff options
author | drduh <github@duh.to> | 2024-02-12 11:28:49 -0800 |
---|---|---|
committer | drduh <github@duh.to> | 2024-02-12 11:28:49 -0800 |
commit | 678e779b1f74b06a507db269c805508338bfed77 (patch) | |
tree | 0118d87ef2412631bb71ebdc06174fa113521307 /README.md | |
parent | few more style nits (diff) | |
download | YubiKey-Guide-678e779b1f74b06a507db269c805508338bfed77.tar.gz |
typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1415,7 +1415,7 @@ cd $GNUPGHOME When a GnuPG key is added to YubiKey using `keytocard`, the key is deleted from the keyring and a **stub** is added, pointing to the YubiKey. The stub identifies the GnuPG key ID and YubiKey serial number. -When the operation is repeated for an additional YubiKey, the stub is overwritten `keytocard` and now will point to the latest YubiKey. +When the operation is repeated for an additional YubiKey, the stub is overwritten and will now point to the latest YubiKey. GnuPG will request a specific YubiKey by serial number, as referenced by the stub, and will not recognize another YubiKey with a different serial number without manual intervention. |