diff options
author | drduh <drduh@users.noreply.github.com> | 2016-09-25 11:26:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-25 11:26:47 -0400 |
commit | 94ada0547361e029f9aa437f1a17cc7c03d9f80f (patch) | |
tree | 4ed2aa9bdd6fb736cf5152ac37ada373c1a3d3f2 /README.md | |
parent | Merge pull request #24 from wsargent/patch-3 (diff) | |
download | YubiKey-Guide-94ada0547361e029f9aa437f1a17cc7c03d9f80f.tar.gz |
Plug in YubiKey correctly. Fix #9.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1252,7 +1252,9 @@ There is a `-L` option of `ssh-add` that lists public key parameters of all iden - If you receive the error, `gpg: decryption failed: secret key not available` - you likely need to install GnuPG version 2.x. -- If you receive the error, `Yubikey core error: no yubikey present` - you likely need to install newer versions of yubikey-personalize as outlined in [Install required software](#install-required-software). +- If you receive the error, `Yubikey core error: no yubikey present` - make sure the YubiKey is inserted correctly. It should blink once when plugged in. + +- If you still receive the error, `Yubikey core error: no yubikey present` - you likely need to install newer versions of yubikey-personalize as outlined in [Install required software](#install-required-software). - If you receive the error, `Yubikey core error: write error` - YubiKey is likely locked. Install and run yubikey-personalization-gui to unlock it. |