Re: remote cvs access - recommendations

2003-10-10 Thread Ludger Fiege
Eric Siegerman wrote: On Wed, Oct 08, 2003 at 10:59:37AM -0700, [EMAIL PROTECTED] wrote: but in general, someone who accesses cvs [via SSH] has system access. not only can my co-developer do things like "cvs checkout" and "cvs commit", but he can also ssh into the machine and work at a remote shel

Re: remote cvs access - recommendations

2003-10-08 Thread Eric Siegerman
On Wed, Oct 08, 2003 at 10:59:37AM -0700, [EMAIL PROTECTED] wrote: > but in general, someone who accesses cvs [via SSH] has system access. > not only can my co-developer do things like "cvs checkout" and "cvs > commit", but he can also ssh into the machine and work at a remote > shell. > > is ther

Re: remote cvs access - recommendations

2003-10-08 Thread Rob Helmer
On Wed, Oct 08, 2003 at 10:59:37AM -0700, [EMAIL PROTECTED] wrote: > this ssh method requires that my co-developer has an account on the > system containing the repository. i don't mind that, since he's a > friend. > > but in general, someone who accesses cvs this way has system access. > not onl

Re: remote cvs access - recommendations

2003-10-08 Thread p
first, thanks everyone who answered my question. second, this works like a charm. and i learned a WHOLE LOT in the process. On Tue 07 Oct 03, 9:38 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> said: > > On Tue, 7 Oct 2003 [EMAIL PROTECTED] wrote: > > > hi all, > > > > i've read about remote

Re: remote cvs access - recommendations

2003-10-07 Thread Larry Jones
[EMAIL PROTECTED] writes: > > on a related issue, i setup a pserver and was horrified to discover that > when i issued a "cvs login", it was ignoring $CVSROOT/CVSROOT/passwd and > instead was authenticating using /etc/shadow. i inadvertantly sent a > plaintext password over the internet! It does

RE: remote cvs access - recommendations

2003-10-07 Thread Neil Aggarwal
30 AM > To: [EMAIL PROTECTED] > Subject: remote cvs access - recommendations > > > hi all, > > i've read about remote cvs access, and there are a LOT of > options: ssh, > rsh, kerberos, pserver, and more. > > my needs are simple. i'm writing a latex book

Re: remote cvs access - recommendations

2003-10-07 Thread Geoff Beier
On Tue, 7 Oct 2003 08:29:33 -0700, [EMAIL PROTECTED] wrote > hi all, > > i've read about remote cvs access, and there are a LOT of options: > ssh, rsh, kerberos, pserver, and more. > > my needs are simple. i'm writing a latex book with just one other > person. the repository is sitting on a de

remote cvs access - recommendations

2003-10-07 Thread p
hi all, i've read about remote cvs access, and there are a LOT of options: ssh, rsh, kerberos, pserver, and more. my needs are simple. i'm writing a latex book with just one other person. the repository is sitting on a debian gnu/linux machine that i have root access to. can someone suggest an