diff options
author | Will Sargent <wsargent@users.noreply.github.com> | 2016-09-20 10:18:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 10:18:47 -0700 |
commit | 8f8322a47956b9d2caae844078417b96e5967504 (patch) | |
tree | 04009d2c3512f6efa1d1f59579360937ddeb3ebe | |
parent | Merge pull request #13 from wsargent/patch-2 (diff) | |
download | YubiKey-Guide-8f8322a47956b9d2caae844078417b96e5967504.tar.gz |
Add an extra error condition
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1239,6 +1239,8 @@ There is a `-L` option of `ssh-add` that lists public key parameters of all iden - If you receive the error, `Key does not match the card's capability` - you likely need to use 2048 bit RSA key sizes. +- If you receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - you probably have ssh-agent running. Make sure you replaced ssh-agent with gpg-agent as noted above. + - If you totally screw up, you can [reset the card](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html). # References |