Copyright © 2003 Morgon Kanter
February 2003
| Revision History |
|---|
| Revision 1.1 | 2003-03-21 | Revised by: mk |
| Fixed a missing link and added a section on CVSGrab |
| Revision 1.0 | 2003-02-01 | Revised by: mk |
| Initial Release, reviewed by LDP. |
This document will help you set up a more secure CVS
Pserver for anonymous CVS access.
CVS Pserver is, by definition, an insecure protocol. Among
other things, passwords are transmitted in plain text, making it
undesirable for much use. However, CVS Pserver is very good for
providing anonymous CVS access to a repository.
In this document we will introduce you to setting up a CVS
repository (although not intruding on the CVS HOWTO's space),
and how to set up a chroot jail for the Pserver.
We will also talk about using SSH for developer access to a repository.