This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
- Support OpenSSH 8.4, which principally brings the ability to enforce user verification when logging in with a security key.
- Add the ability to create a build targeting OpenSSH sk-api v7 as a part of support for OpenSSH 8.4.
- Implement a deb package version selection shim which automatically chooses between sk-api v5 and v7 depending on what version of OpenSSH you have installed.
- Add the ability to force user verification when invoking Microsoft's WebAuthn dialog, which can be turned on by generating an SSH key with the FIDO application set to
ssh:windows-fido-bridge-verify-required
or via theWINDOWS_FIDO_BRIDGE_FORCE_USER_VERIFICATION
; see the README for more details. - Add the ability to turn on debug logging via the
WINDOWS_FIDO_BRIDGE_DEBUG
environment variable. Not everything has debug logging right now, but more to come later.