-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Keybase fails to poll smart card for key verification #6259
Comments
Your log shows this:
What does this show?
|
That command has no output, but when using gpg rather than gpg2 gives the following:
gpg2 does see the keys and exists on this system. Not sure why it has no output when gpg goes.
However, looking through I see that scdaemon failed to be called via gpg2 --card-status. Next up comes a different error though (and I send in fresh logs for it, my log id: 43d8acba6eb1fac1047f921c ) This time keybase fails with the card PIN. I am not sure what it is doing, but it says exit code 2. Cheers, |
Oh! Your woes can likely be solved via:
|
if I run that, then keybase goes back to not detecting a private key again... Log send id: 3eafafcdfbb9df087b138d1c Cheers, |
ok cc: @zapu |
On 15.03.2017 21:23, Jimb0 Hon1nbo wrote:
if I run that, then keybase goes back to not detecting a private key again...
Log send id: 3eafafcdfbb9df087b138d1c
Cheers,
~H
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [1], or mute the thread [2].
try AFTER running:
gpg-connect-agent /bye
gpg-agent --daemon
gpg2 --card-status
…--
Corey W Sheldon
ph: +1 (310).909.7672
0x8B4E89435A88E539 0x59276298D2264944
Freelance IT Consultant, Multi-Discipline Tutor
Fedora AmbaNA (linuxmodder)
Ameridea LLC Founder, President
Find me elsewhere:
https://gist.github.com/linux-modder/ac5dc6fa211315c633c9
"One must never underestimate the power of boredom...from which
creativity and laziness are borne, which can spark great works of chaos
and genius." --Anonymous
"Any man willing to retreat freedom for security is deserving of
neither." (Pp) -- Benjamin Franklin.
This document, including attachments, is intended for the person or
company named and contains confidential and/or legally privileged
information. Unauthorized disclosure, copying or use of this information
may be unlawful and is prohibited. If you are not the intended
recipient, please destroy this message and notify the sender.
Links:
------
[1] #6259 (comment)
[2]
https://github.com/notifications/unsubscribe-auth/AFpb8N8u7MJHZxer7OkVVFtajcyMtOOrks5rmFa3gaJpZM4MeTb3
|
@linux-modder no dice. |
I had a similar issue (but probaly not the same) and the steps here helped me. Maybe this should live in the docs? |
I just installed the app on my Linux machine (debian based distro) when logging in on the web said someone I followed sent me something (which that user says via other means he most certainly did not, and we are wanting to see what it is). The app fails to provision the device, saying it cannot find my private key. The private key for my account is on a Smart Card, and I do not extract keys (actually, I cannot extract keys once they are generated and having a flat file key defeats the purpose of a smart card)
GPG has no issues using the card on this machine, and I have other applications that use it as well.
gpg -K
my log id: adfcb3d11ad6cce3cdcf061c
Cheers,
~H
The text was updated successfully, but these errors were encountered: