On Sunday 18 May 2003 00:50, Jesse Keating <hosting@xxxxxxxxxxxxxxx> wrote: > On Friday 16 May 2003 19:09, Mohamed Eldesoky uttered: > > Hello > > I want to ask how to run a CVS server under RedHat. > > I want others to be able to login and commit remotly. > > The only docs I found were talking about using inetd. > > Any solution with xinetd ?? > > Don't use any of those, make your remote uses use cvs over ssh. CVS client > software itself supports checkouts and whatnot via ssh. > > export CVS_RSH=ssh; cvs -d user@xxxxxxxxxxxx:/cvsroot/project co module > > All is done over ssh, no need to adjust your firewall/xinetd services. > Don't I need a daemon listening to respond to them ?? How to make CVS respond to them ??