tavrez / openssh-sk-winhello

A helper for OpenSSH to interact with FIDO2 and U2F security keys through native Windows Hello API
GNU Lesser General Public License v3.0
184 stars 14 forks source link

windows.h #10

Closed filisdiez closed 3 years ago

filisdiez commented 3 years ago

Hello! I want to install your project on wsl2, but when you start make, I get a message that fatal error: windows.h: No such file or directory if other errors appear. Please tell me, maybe something needs to be established before making such mistakes?

tavrez commented 3 years ago

WSL does not have access to Windows Hello, you need to configure your OpenSSH in wsl to use a ssh-sk-helper in windows(which means you have to install something like gitforwindows, or just copy the ssh-sk-helper from it to your windows). Also, you do not need to compile by yourself, binaries are provided in the release. Check WSL.md for more info