Skip to content

First Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@tavrez tavrez released this 23 Mar 23:49
· 49 commits to master since this release

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