How to setup Secure SemiPublic Revision Control System

Posted by user24912 on Server Fault See other posts from Server Fault or by user24912
Published on 2010-04-16T10:00:40Z Indexed on 2010/04/16 10:03 UTC
Read the original article Hit count: 404

I have a windows server with a project configured with a revision control system. Suppose it's GIT or SVN or .... Suppose there are 10 people around the globe working on this project.

The first thing that comes in to mind is to secure the connection between these programmer and the server with SSH. but my problem is that the a hacker can destroy the server if he gets the SSH username and password user account (tell me if i'm wrong).

So I need a secure way to let thoes programmers push their revision to the server. Any ideas would be lovely

© Server Fault or respective owner

Related posts about svn

Related posts about revision-control