I am trying to convert an openSSH public key .txt file into a .ppk file using puttygen. I keep getting an error. I'm confused on how to do this.
Error I keep getting: The error is "Could not load private key (Not a recognized key file format)"
The .txt file has ssh-rsa at the beginning
The .pub file has the below as a header
---- BEGIN SSH2 PUBLIC KEY ----
Comment: ""
What do I need to do (or point me to a resource) to get this converted to a ppk file.
Thank you


