I have a security key that, when I plug it into an Ubuntu 20.04 host, can be used to generate a sk-ecdsa-sha2-nistp256@openssh.com key like this:
ssh-keygen -t ecdsa-sk
cat ~/.ssh/id_ecdsa_sk.pub
How do I get the same result from a Windows machine with the same physical security key?