Displaying 1 result from an estimated 1 matches for "svrooij".
Did you mean:
rooij
2024 Dec 02
1
[Bug 3761] New: ssh-keygen fails for security keys without attestation
...windows 11 windows hello security key.
This results in the following bugs:
* https://github.com/PowerShell/Win32-OpenSSH/issues/2040
* https://github.com/PowerShell/Win32-OpenSSH/issues/2279
It used to work, so probably windows hello removed attestation in
preparation for passkey support:
https://svrooij.io/2024/01/01/secure-ssh-windows-hello/
According to https://github.com/Yubico/libfido2/issues/840,
fido_cred_verify_self should not be called for "none" type attestation,
so this has to be fixed in openssh.
Please find a patch here
https://github.com/openssh/openssh-portable/pull/542/f...