-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
OpenSSH 8.9 breaks version 2.0.0 #13
Comments
Yes, new version is on the way, thanks for report |
I'm getting this error while I suspect is also an instance of this:
|
Hi, I have the same problem. The new Win32 OpenSSH 8.9.1 Version (https://github.com/PowerShell/Win32-OpenSSH) needs a newer library version. I can't use the older version 8.6 of Win32 Open SSH because there is no FIDO support in this version (https://github.com/PowerShell/Win32-OpenSSH/releases/tag/V8.6.0.0p1-Beta) Can you say, when the new version of your middleware will be available? Best regards |
Is there any update on this? It's pretty crucial for this to continue working |
Sorry I'm terribly busy during these days, maybe a PR from someone could help... |
I might give this a shot when I get some free time. Keeping in mind I've never worked with any Windows APIs or openssh, can you provide some documentation to look over? |
I also don't have any experience in this realm, but from what I can tell, the conflicting version number comes from: And an updated version of that file can be found here: I don't know what other code needs to be changed to adapt to the updated file - but that would likely be where you'd want to start. |
I had seen that, it was going to be where I'd start but obviously understanding the documentation behind the change would be better. |
According to this: Their only "documentation" is the headers file here: This is referenced within this codebase here: So, I'm guessing you'd need to update that headers file and update sk-api to that spec. There, otherwise, does not seem to be any user-friendly documentation that I can find. |
I took a first pass at this by just changing the version hardcoded in
I even tried manually applying recent changes to PS - This is an awesome lib! I've been trying to apply FIDO to some consulting projects and knowing about the windows hello option is very helpful. |
Hi @tavrez, would it be possible to publish the preview version with the fix from the pull request? |
Looks like OpenSSH 8.9 has updated the required version for the FIDO library, which breaks version 2.0.0:
The text was updated successfully, but these errors were encountered: