mgbowen / windows-fido-bridge

An OpenSSH SK middleware that allows you to use a FIDO/U2F security key (e.g. a YubiKey) to SSH into a remote server from WSL or Cygwin.
Apache License 2.0
114 stars 15 forks source link

[Feature Request] Support OpenSSH 9.1 #30

Open WordlessEcho opened 1 year ago

WordlessEcho commented 1 year ago
Provider "/usr/local/lib/libwindowsfidobridge.so" implements unsupported version 0x00090000 (supported: 0x000a0000)
$ ssh -V
OpenSSH_9.1p1, OpenSSL 3.0.7 1 Nov 2022
mdeweerd commented 1 year ago

Checkout the fork mentionned in the PR - make sure to specify the targetted version when building cmake -DCMAKE_BUILD_TYPE=Release -DSK_API_VERSION=10 ..