https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273596
--- Comment #1 from David Horn <[email protected]> --- 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.
