How to Convert Putty Key to SSH Key
I got stuck into this problem long time ago when I started working on an Ubuntu desktop. I though that I could easily connect to server using Ubuntu Terminal command-line. But I found that Linux doesn’t support a putty generated .ppk key file. I needed to convert it to OpenSSH key format, but couldn’t find out how at first. After a long and hard search I found the solution. And it was not that tuff actually