Two more little things wrt. hosting and auth: If you want to host over SSH but do not want to give users a shell, there is a "git-shell" binary specifically for that purpose. It is part of the default git package.
Also, I just found something called "Gitosis" which seems to be designed to handle hosting multiple repos with multiple users securely without users needing a system login. (however, it seems to require each user have an SSH key) Here's a tutorial I found... it looks complicated but thorough, and who knows, it may be just what you're looking for! http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way -- -- Steve Scaffidi <[email protected]> _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

