Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate valid openssh ssh key under windows

I've some persons that are under windows, and they need a public/private RSA keys pair in order to get them authenticated to gistosis, a GIT server. We use SmartGit as our GIT GUI, and this tool require the private key to be in the format of OpenSSH.

Using puttyGen, I've been able to get a openssh public key, that is printed in the window, but not a private key. I can only save a private key using the Save button, and it save a format that is not like the one we have using the *nix tool.

How can we use windows tool in order to generate a VALID openssh compatible public and private key ?

Thanks.

like image 784
FMaz008 Avatar asked Apr 01 '11 13:04

FMaz008


1 Answers

puttygen has a menu: Conversion -> Export OpenSSH Key That will save the private key to the openssh format.

like image 138
FMaz008 Avatar answered Oct 07 '22 16:10

FMaz008