Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Securing Git server on windows?

Using msysgit and copssh, is it possible to secure the ssh part such that it can only access the relevant git executables and also be constrained to access only one folder?

I have a feeling that a git server on windows will be very much more open than a svn server like visual svn. I'm hoping to be proved wrong.

like image 921
Carl R Avatar asked Apr 08 '26 07:04

Carl R


1 Answers

I would use a Linux server for your central Git repository. Install gitolite. This will enable you to administer branch rights etc.

UPDATE:

As per your recent comments, just go with unfuddle and be done with it in 1 minute. If you're concerned about using up the 500MB of space they give, large non-private artifacts can be stored as a submodule that can be hosted on github.

hope this helps!

like image 155
Adam Dymitruk Avatar answered Apr 10 '26 00:04

Adam Dymitruk