HOWTO Stop Being Prompted For Password in TortoiseSVN
by Frank Kim on Oct.30, 2006, under Subversion
Just as you can setup the Subversion client to not prompt for a password every time you communicate with the Subversion server in a similar but not so secure way you can do this with TortoiseSVN.
The easiest way to do this is to right click in Windows Explorer, select Tortoise > Settings. Then in the Settings window select Network. Then in the SSH client set use the Tortoise SSH client, TortoisePlink, to use your username and password. For example:
D:\TortoiseSVN\bin\TortoisePlink.exe -l foo -pw bar
Related posts:
January 12th, 2010 on 8:37 PM
That was informative, easy and just what I needed.
Thanks.
April 15th, 2010 on 2:45 AM
Thanks for the information. it was very helpfull!;)
July 26th, 2010 on 11:26 PM
Very Helpful.. Thanks a lot…
September 28th, 2010 on 4:51 PM
Awesome, I was going nuts with ssh key gens… Thanks!
February 15th, 2011 on 12:26 AM
Thanks man .. very helpful!
June 2nd, 2011 on 8:32 AM
Thanks a lot. That’s what I wanted to have. I found solutions where you had to create public keys and all that stuff. But this solution is like my kind of solution
June 10th, 2011 on 6:06 AM
Thanks for the help. Was getting frustrated with ssh key generators. But this totally helps.
June 10th, 2011 on 4:28 PM
Thanks @Frank Kim. I solved my problem. Publish my blog.
November 22nd, 2011 on 6:02 AM
Nice hint!
Unfortunately this trick doesn’t work with TortoiseGit 1.7.x
December 23rd, 2011 on 10:19 AM
Thanks you.. very much helpful..
February 6th, 2012 on 5:25 AM
The username usually is written in the URL of the repository setting: svn+ssh://[username]@[server]/[path_repository] so to the the Tortoise SSH client, TortoisePlink, to use your username and password you is enough with:
“C:Program FilesTortoiseSVNbinTortoisePlink.exe” -pw