Windows Fido Bridge Versions Save

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.

v1.1.0

3 years ago
  • 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.

v1.0.0

3 years ago

The first release of windows-fido-bridge.