-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
CTAP/U2F Proxy sending to itself? #9064
Comments
I'm able to reproduce this issue on R4.2.3, I actually can't use my Yubikey BIO at all. I followed the same path as OP, and got the same result. in dom0: The Qubes Global Config GUI is not working well in the "USB devices" tab when modifying U2F rules, when you apply and change tab, it tells you the changes were not saved, if you save it does something else, basically you can't trust what it's doing as most of the time it seems to not modify the file From various inputs on GH and discourse, I have no files The best I got was to have a qube triggering the yubikey LED and a lot of spam from sys-usb asking sys-usb in an infinite loop until I stopped trying to read the yubikey from the web browser in an allowed qube, exactly as OP. I'm quite stuck as I really need this to work for my job :/ |
Where the |
It works after disabling and stopping the service the documentation wasn't really clear about this one |
@norespen, does this also work for you? |
Although I've been able to register a passkey on Vaultwarden web UI, Microsoft Teams and Keycloak aren't able to find the Yubikey, I guess it's a ctap proxy issue. When using the yubikey, there are dom0 notification about access to |
If that helps, I got this in the qube's log when trying to use the FIDO key in chromium, which was waiting indefinitely for the key.
|
@piotrbartman any ideas? |
I see here 3 different issues:
|
Hi, 1st of all Great OS ! Thanks so much!
Qubes OS release
4.2.1 (upgraded from 4.1.2) latest stable.
Brief summary
just installed 4.1.2 stable a couple weeks ago, then upgraded to 4.2 when that got released yesterday, right about same time i recieved my new hw key. so im setup with a nitrokey 3, and i cannot seem to get the ctap/u2f proxy to work as expected, somehow it seems to forward requests to itself..
Logs for better understanding of the problem:
Steps to reproduce
Install u2f proxy per [https://www.qubes-os.org/doc/ctap-proxy/] on Qubes 4.2.1 (don't do any of the 'Advanced Usage' steps, just the Installation section).
Expected behavior
I would expect the sys-usb dispVM to respond to request from personal-web and register the hash, then allow login.
Actual behavior
sys-usb recieves the request, and starts forwarding the Register part to itself in an endless loop.
The text was updated successfully, but these errors were encountered: