Windows OpenSSH
The following section describes how to configure OpenSSH on Windows 10 with an iShield Key 2
shell> ssh -V
The version of ssh should be displayed. Make sure it is at least OpenSSH 8.2.
shell> ssh-keygen -t ecdsa-sk
This should put you through the process of generating a Windows Security Key keypair.shell> Get-Content .\id_ecdsa_sk.pub
It will output the contents of the public key to the terminal.shell> sudo service sshd restart