I have a .ppk key generated by putty. How can i convert that to a public/private ket to use it with ssh on mac?
|
feedback
|
|
Use PuTTYgen's Export to OpenSSH command, which will output the keypair in PEM format usable by OpenSSH. Both private and public keys are in the same file. If you want to extract the public key, use | |||
|
feedback
|
