CVS CLI with a private key instead of password
Collaboration / Beta Testing
1
Posts
1
Posters
1
Views
1
Watching
-
Tipically I use TortoiseCVS when I use cvs in Windows. It has the option of using an RSH/SSH key to authenticate me instead of a password. I'm trying to get cvs to work on the command line with my private key instead of a password so I can set up a build proccess with little human interaction. I've found the CVS_RSH environment variable and set that to my SSH aplication (TortoisePlink.exe), but I can't seem to be able to pass parameters to it (my private key). Maybe I should be using a different cvs clien instead of the Tortoise package?? Thanks.