Categories

How to Setup a Simple, Very Secure CVS Repository

The most secure CVS repository setup also happens to be the simplest.

The following commands, when executed at the linux command-line, will create and initialize a CVS repository. It is accessible by any user with an account on the same host in the ‘cvs’ group, either while logged in locally or remotely over SSH.

[...]