How to convert Putty’s private key (.ppk) into OpenSSH’s private key format in Windows?
June 17, 2009No comments yet
If you generated a Putty private key (.ppk) in Windows and you want to use it with a SSH or SFTP client (for example Gnome Terminal, Nautilus, gFTP) in Linux, you have to convert it to OpenSSH’s private key format, because putty private key format (.ppk) is not compatible with OpenSSH.
Okay, open PuTTYgen and [...]