-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for WebAuthN authentication with U2F security keys
This commit adds support for a new WebAuthN signature algorithm for U2F security keys, allowing non-admin Windows users to use these keys for authentication. Previously, U2F security keys worked on Windows, but only when the user was an Administrator. This new WebAuthN signature algorithm will be selected automatically when running as a non-admin on Windows. It can also be requested explicitly. For it to work, though, the server needs to be configured to accept this signature algorithm. At the moment, it is disabled by default on OpenSSH. Here's the necessary config to enable it: PubkeyAcceptedAlgorithms=+webauthn-sk-ecdsa-sha2-nistp256@openssh.com
- Loading branch information
Showing
9 changed files
with
284 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.