[Bug 273596] Teach contrib/libfido2 to talk to hidraw(4) devices
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273596] Teach contrib/libfido2 to talk to hidraw(4) devices"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 12:21:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273596 --- Comment #1 from David Horn <dhorn2000@gmail.com> --- For those that find this issue in the future, or are impacted by a different codebase there is a temporary workaround that I found to pass in an explicit device to the necessary ssh command using the `-O device=/dev/hidrawXX` syntax. e.g.: ssh-keygen -v -K -O device=/dev/hidraw3 Using the -v (verbose) flag give much better error messages. There are also instructions for enabling Yubikey hidraw(4) support in the port security/py-yubikey-manager `pkg-message` file for reference. -- You are receiving this mail because: You are the assignee for the bug.