Requires Windows 10 version 1903 or higher
- Copy ssh-sk-helper.exe into /usr/lib/ssh/ (backup original one)
- Copy winhello.dll into a directory which is in your path(for example /usr/bin)
- Add this into /etc/ssh_config
Host *
SecurityKeyProvider /usr/bin/winhello.dll
- To use with ssh-keygen add "-w /usr/bin/winhello.dll" to your command, for example:
ssh-keygen -t ecdsa-sk -w /usr/bin/winhello.dll