Hello,
first of all thanks for your awesome work!
I am using your released binaries v2.0.0 with gitforwindows with OpenSSH_8.4p1 and it worked like a charm.
Now I am trying to make it running with MobaXTerm (cygwin)
What i have done so far:
- cloned repo on tag v2.0.0
./setup-x86.exe -root <path> -q -P gcc-core -P gcc-g++ -P libssl-deve -P automake -P autoconf -P libtool
autoconf --install
./configure
make
- Copied src/.libs/winhello.dll
Executed
SSH_SK_PROVIDER=<path>/winhello.dll ssh-keygen -vvv -t ecdsa-sk -f ./fido
After a warning (already read in other issues, that this should be no problem):
WinHello API Error: Is User available=0, User=0
Then the following error is returned:
client_converse: receive: unexpected internal error
debug3: reap_helper: pid=7640
reap_helper: helper exited abnormally
Key enrollment failed: unexpected internal error
Any ideas what could be the problem?
Hello,
first of all thanks for your awesome work!
I am using your released binaries v2.0.0 with gitforwindows with OpenSSH_8.4p1 and it worked like a charm.
Now I am trying to make it running with MobaXTerm (cygwin)
What i have done so far:
./setup-x86.exe -root <path> -q -P gcc-core -P gcc-g++ -P libssl-deve -P automake -P autoconf -P libtoolautoconf --install./configuremakeExecuted
SSH_SK_PROVIDER=<path>/winhello.dll ssh-keygen -vvv -t ecdsa-sk -f ./fidoAfter a warning (already read in other issues, that this should be no problem):
WinHello API Error: Is User available=0, User=0Then the following error is returned:
Any ideas what could be the problem?