Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is the "Load putty key" field in TortoiseGit disabled?

I would like to connect to my repository using an SSH key instead of a username & password.

However when I try to do this in TortoiseGit I can not enter the key because the "Load Putty Key" is disabled. Can anyone point out why this is happening and how I can enable the field?

like image 541
Mihir Bhatt Avatar asked Oct 15 '12 11:10

Mihir Bhatt


1 Answers

In TortoiseGit settings go to Network. In field SSH Client, specify the path to TortoiseGitPLink

e.g.:

C:\Program Files\TortoiseGit\bin\TortoiseGitPLink.exe

like image 53
mirancon Avatar answered Sep 30 '22 14:09

mirancon