Convert a putty key into standard openssh format

It’s crazy how long (and error prone) this simple operation can be when done by hand. But there is a very simple command to do it ‘automagically’ :

ssh-keygen -i -f stupid_putty_format.pub > good_key_format.pub

Leave a Reply

Your email address will not be published. Required fields are marked *