Skip to content
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

HID passthrough #163

Open
p3lim opened this issue Oct 8, 2024 · 1 comment
Open

HID passthrough #163

p3lim opened this issue Oct 8, 2024 · 1 comment

Comments

@p3lim
Copy link

p3lim commented Oct 8, 2024

We've got a use-case where we would like to use the two ports for:

  • logitech receiver (Bolt or Unifying)
  • yubikey

The logitech receiver works just fine, it'll handle multiple devices since they're just HID keyboard/mouse.

The yubikey however only seem to support the HID keyboard it emulates for OTP, but FIDO2/U2F doesn't seem to work at all. This is not really surprising, as deskhop's job is to just repeat the HID inputs, not facilitate two-way communication needed for FIDO2/U2F (e.g. generic HID).

Is this something that could be possible though? I saw yubikeys were mentioned in #58.

@hrvach
Copy link
Owner

hrvach commented Oct 11, 2024

I'll put this on the potential feature list after doing some exploratory work to figure out how much complexity would this add. It's probably doable, but not sure how many people would actually be using it. It's a pity FIDO2 tokens are not more widespread, we all definitely need more security. :) Thanks for the suggestion, I'll let you know after doing some research.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants