On the client side I export CVS_RSH and CVSROOT. But the setup
cvs_repository and configuration file are the same as pserver?
Taylor, ForrestX wrote:
On Fri, 2004-07-23 at 11:02, Nina Pham wrote:
Hi, I'd like to setup a CVS server running via ssh on FC2 system. Can
anyone help? I was able to setup the CVS server via pserver, but i don't
like it because of the security problem. Thanks
Yes-turn off pserver and have your _clients_ use ssh. I use something
similar to this:
export CVS_RSH=ssh
export CVSROOT=:ext:user@server:/cvs/project
`cvs co .` will ask for the user's password and connect via ssh. It is
really quite simple.
Forrest