Hi
Im using the yubikey PIV-PKCS#11 setup on my ubuntu pc.
I was able to save my rsa-keys to slot 9a. And from my ubuntu I have generated the rsa-keys and load it
up on the remote server authorized_keys.
I was able to login to the remote server, using the command from my terminal in ubuntu
ssh -I /usr/lib/x86_64-linux-gnu/opensc-pkcs11.so
root@my.remote.server.
Now what I want to do is used the same rsa-key saved on my yubikey on slot 9a and use that key
using a windows OS pc with putty, on my putty I will ssh to the remote server using the same
key I imported from my yubikey.
My question is, how do I use the rsa keys save on my Yubikey slot 9a using a Putty on windows.
What settings I need to do to my Putty? how do I specify on putty to use the rsa keys save on my Yubikey.
what are the commands to run to specify which pkcs11 dll to use.
Do I need to use putty or putty-sc or putty-cac?
Thanks in advance
valgenova