github tavrez/openssh-sk-winhello v0.1
First Release

latest releases: v2.0.0, v1.1.0, v1.0.2...
pre-release4 years ago

Requires Windows 10 version 1903 or higher

  1. Copy ssh-sk-helper.exe into /usr/lib/ssh/ (backup original one)
  2. Copy winhello.dll into a directory which is in your path(for example /usr/bin)
  3. Add this into /etc/ssh_config
Host *
    SecurityKeyProvider /usr/bin/winhello.dll 
  1. 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

Don't miss a new openssh-sk-winhello release

NewReleases is sending notifications on new releases.