I have a Windows Server with OpenSSH. Client is connecting with user/pass using Putty for Windows. The task is to use Putty key files instead - and the keys must come from a PFX certificate.
I can setup Putty using keys where the keys are created by Putty (i.e. using Puttygen). Public key is stored on the server and everything works. But I cannot seem to convert the PFX certificate into Putty compatible keys (OpenSSH keys).
I can create PEM key files using OpenSSL but they cannot be imported by Puttygen...
Does anyone have a link or steps to get from a PFX certificate and into Putty key files?