Convert ssh key generated from mac to ppk

I have an ssh private key that I used on mac to access my company repository.

I am currently working in a Windows environment and want to access these repos with Tortoise HG.

Unfortunately, I seem to need .ppk, PuttyPrivateKey for this to happen.

Is there a way to convert an existing id_rsa file to a ppk file?

Or, alternatively, can I use an existing ssh file in a Windows environment to access the hg repository?

Thanks in advance!

+5
source share
1 answer

I can’t say that I am 100% familiar with this topic, however have you tried using PuTTYgen to import the id_rsa file?

"" "", PuTTYgen SSH-2 OpenSSH ssh.com. , PuTTY (*.PPK), PuTTY. ( ). []

PuTTYgen PuTTY:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

+9

All Articles