Am 20.08.2015 um 16:05 schrieb Alex Savitsky:
> By "three versions", do you mean different Plink flavors, Tortoise or
> otherwise?
Yes: TortoiseGitPlink, TortoisePlink and vanilla Plink.
> If so, are there any plans to add this functionality in the future?
So far it was not planned as the way for SSH without asking for
passwords is to use public key authentication.
I just checked it out, there might be a way for getting this working:
Create a file (e.g., plinkwrap.sh) with the content:
#!/bin/bash
"C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe" -pw "Your PW" $*
And set this file as the ssh client in TortoiseGit nentwork settings.