Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ssh-add with a ecdsa_sk key with Windows Hello will still constantly prompt for Windows Hello. #2225

Open
3 tasks done
Lolle2000la opened this issue Apr 16, 2024 · 1 comment

Comments

@Lolle2000la
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

  1. Run ssh-add on a ecdsa_sk key.
  2. Unlock key using Windows Hello
  3. Commit something
  4. Commit something again

Expected behavior

When committing, no more prompts are shown.

Actual behavior

Every commit and regularly during running connections I am prompted for verification.

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.4.1
PSEdition                      Core
GitCommitId                    7.4.1
OS                             Microsoft Windows 10.0.22631
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

v9.5.0.0p1-Beta

Visuals

No response

@tgauth
Copy link
Collaborator

tgauth commented Apr 22, 2024

The ecdsa_sk is intended for fido auth via a security key, and the verification is to confirm the user's presence.
Any usage of ecdsa_sk with Windows Hello is not officially supported yet.

In steps 3 and 4 of the repro, is the key being used for authentication? If so, the verification would be expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants