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. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating