-
-
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
Support Google Titan (Feitian) in Qubes U2F Proxy #5400
Comments
Do you see any messages related to |
Yeah, I'm getting #!/usr/bin/python3
from u2flib_host import u2f, exc
# Enumerate available devices
devices = u2f.list_devices()
for device in devices:
print(device) |
Actually, it works fine when adding to their hid_transport.py, will submit a pull request there. |
There are a bunch of new devices added to the white list there. Fixes QubesOS/qubes-issues#5400
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Google Titan U2F keys (Feitian 096e:0858 and 096e085b) don't work with the proxy.
Example dmesg output:
and the Bluetooth enabled version:
Yubikeys work in the same setup.
Happy to help in any way.
The text was updated successfully, but these errors were encountered: