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!
source
share