-
Notifications
You must be signed in to change notification settings - Fork 58
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
Yubikey not available #66
Comments
I'm having the same problem, but actually it is caused by the underlying ykchalresp tool.
I'm on Debian11 (bullseye). |
in verbose mode I see this:
The LED is lighting up on the Yubikey, so it can reach it. This indicates it is not a permission problem. version info:
|
Just built the tool from source with debug info:
It receives data, but obviously not the expected. I don't know this protocol. Maybe somebody with more insight can help here. |
I was just using the wrong Yubikey, I have more than one. |
I had this issue. I had configured the ChallengeResponse to keyslot 1 instead of keyslot 2. Adding it to keyslot 2 seems to have fixed the issue. |
What do you mean by this? Wrong type? I am trying this on a brand new Debian 12 and am getting..
However, ykman shows this.. `root@0af1:~# ykman info Applications USB NFC It is the 'Security' line, but I think all you need is FIDO2. |
I found this..
I'm assuming since this method requires YubiKey Personalization Tool config that the 'security' key is not supported. I just don't see that explicitly mentioned anywhere. |
Yes, this functionality requires multi protocol YubiKey (v4 or v5). Security key won't work. |
Hi Patrick,
thanks again for you great efforts!
What happens is: "Yubikey not available or timed out waiting for button press"
I am looping over the yubikey-luks-open script until the encrypted drive is open and afterwards I would love to run some other (backup) scripts.
We are running into that part that makes some problems I guess:
On the one hand it seems like there is no value for "$R" but otherwise setting DBG=1 echos the Yubikey response: $R" correctly.
Could it be, that there should be some implementation of sleep or wait?
Many thanks again!
FONDSMATIVE
P.S.:
Part of the 'looping script'
The text was updated successfully, but these errors were encountered: