Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 1997 00:09:22 -0600 (MDT)
From:      Marc Slemko <marcs@znep.com>
To:        itojun@itojun.org
Cc:        hackers@FreeBSD.ORG
Subject:   Re: cvs pserver mode
Message-ID:  <Pine.BSF.3.95.970916235732.6754A-100000@alive.znep.com>
In-Reply-To: <18005.874469962@itojun.csl.sony.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
First, don't use pserver.  It sucks.  Badly.  It stores unencrypted
passwords on the clients disk and anyone with a shell on the server an
steal connections (and hence passwords) from users connecting.  Bad.

Secondly, you need the --allow-root option to tell it what repositories to
use.  This is new in 1.9.10 or something like that.

On Wed, 17 Sep 1997 itojun@itojun.org wrote:

> 	does any of you have trouble using pserver mode of cvs?
> 
> 	I got cvs 1.19.10 on /usr/bin/cvs (got from FreeBSD-current)
> 	and every time I use login command, cvs bails out with "incorrect
> 	password" message.
> 	I've tried my UNIX password and cvs password (by making
> 	CVSROOT/password), and $CVSROOT with "localhost" and canonical
> 	hostname, but they do not seem to change the behavior.
> 
> >% cvs -d :pserver:itojun@localhost:/export/somewhere/cvsroot login
> >(Logging in to itojun@localhost)
> >CVS password: 
> >cvs [login aborted]: incorrect password
> 
> 	inetd.conf is as follows:
> >cvspserver stream tcp   nowait  root    /usr/bin/cvs    cvs -b /usr/bin pserver
> 
> 	If anybody have some clue for this, please drop me a note.  Thanks!
> 
> itojun
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970916235732.6754A-100000>