aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <drduh@users.noreply.github.com>2017-12-14 00:13:24 +0000
committerGitHub <noreply@github.com>2017-12-14 00:13:24 +0000
commit6f199ec00efd3c224b00db10277ed41527db8e3c (patch)
treea33b2352c573fabc2c97f5c26fdcb17faa9b40e7 /README.md
parentDocument ssh-add error (diff)
downloadYubiKey-Guide-6f199ec00efd3c224b00db10277ed41527db8e3c.tar.gz
Document error from Debian 9
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 895c56d..267cd50 100644
--- a/README.md
+++ b/README.md
@@ -1221,6 +1221,8 @@ The Yubikey will blink when it's waiting for the touch.
- 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 still receive the error, `sign_and_send_pubkey: signing failed: agent refused operation` - On Debian, [try](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835394) `gpg-connect-agent updatestartuptty /bye`
+
- If you receive the error, `Error connecting to agent: No such file or directory` from `ssh-add -L`, the UNIX file socket that the agent uses for communication with other processes may not be set up correctly. On Debian, try `export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"`
- If you totally screw up, you can [reset the card](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html).