Generate valid ssh ssh key

I have some people who are under windows and they need a pair of RSA public keys / keys in order to get their authentication for gistosis, a GIT server. We use SmartGit as our GIT GUI, and this tool requires the private key to be in OpenSSH format.

Using puttyGen, I was able to get the opensh public key, which prints in the window but is not a private key. I can save only the private key using the "Save" button and save a format that is not like the one we have with the * nix tool.

How can we use the Windows tool to create a public, public, and private VALID openssh?

Thanks.

+8
ssh key gitosis smartgit openssh
source share
2 answers

puttygen has a menu: Conversion → Export OpenSSH Key, which saves the private key in openssh format.

+8
source share

Refer to this link to create private and public keys for the GIT HUB

https://help.github.com/articles/generating-ssh-keys

0
source share

All Articles