HowTo Convert Putty Key into SSH Format
The simplest way to do this is to use the PAgent tool. present in the Putty suite
From CLI you can try this:
ssh-keygen -i -f putty-public-key > openssh-public-key
From: http://www.topology.org/linux/openssh.html
[Back to Index]