From owner-freebsd-questions Thu Apr 25 23:57:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from your-mom.student.umd.edu (your-mom.student.umd.edu [129.2.247.58]) by hub.freebsd.org (Postfix) with ESMTP id 19FD037B41C for ; Thu, 25 Apr 2002 23:57:15 -0700 (PDT) Received: from localhost (philip@localhost) by your-mom.student.umd.edu (8.11.6/8.11.6) with ESMTP id g3Q21CV80037; Fri, 26 Apr 2002 02:01:12 GMT (envelope-from philip@your-mom.student.umd.edu) Date: Fri, 26 Apr 2002 02:01:12 +0000 (GMT) From: Philip To: Edwin Groothuis Cc: freebsd-questions@freebsd.org Subject: Re: SSH + CVS In-Reply-To: <20020426164920.Y56548@k7.mavetju.org> Message-ID: <20020426015900.X80022-100000@your-mom.student.umd.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thats the client side... You gotta do stuff on the server too right ? basically the cvs pserver runs in a chrooted -jail /usr/home/cvs its passwd is *'ed out. Direct console access with root is the only login allowed. Every "developer" is given read/write access throught the appropriate CVSROOT files. Without giving them an actual user on the computer. At least that was my understanding. ----------------------------------------------------------------------- Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118 301.646.3011 Science, Discovery, & the Universe (UMCP) Webmaster & Webship Teacher URL: http://www.sdu.umd.edu EJournalPress.com Database/PERL Programmer & System Admin URL : http://www.ejournalpress.com Homepage : http://p6m7g8.com Resume : http://p6m7g8.com/Work/index.html Software : http://p6m7g8.com/Developement/ On Fri, 26 Apr 2002, Edwin Groothuis wrote: > On Fri, Apr 26, 2002 at 01:48:01AM +0000, Philip wrote: > > I'm trying to setup a > > "secure" CVS server using an ssh tunnel > > on an FBSD4.5-RELEASE machine > > > > http://www.prima.eu.org/tobez/cvs-howto.htm > > > > I've pretty much done that verbatim, but its not working > > and I don't know if its a reputable source. > > This is how I have learned it: > export CVS_RSH=ssh > export CVSROOT=:ext:userid@host:/path/to/cvsrepository > cvs co module > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message