Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

1.1.0

Latest
Compare
Choose a tag to compare
@mgbowen mgbowen released this 11 Nov 05:11
· 22 commits to master since this release
b653db5
  • 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 the WINDOWS_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.