CVS Server on SSL?

2002-03-11 Thread hanasaki
I have heard that pserver is not secure. Is this due to plaintext passwd on the net or exploits? How can it be secured? How can the client and server be configured to run over SSL (Win and Lin)? Thank you. -- = = [EMAIL

Re: CVS Server on SSL?

2002-03-11 Thread Ben Collins
On Mon, Mar 11, 2002 at 09:48:01AM -0600, hanasaki wrote: I have heard that pserver is not secure. Is this due to plaintext passwd on the net or exploits? How can it be secured? How can the client and server be configured to run over SSL (Win and Lin)? It is because of plain text

Re: CVS Server on SSL?

2002-03-11 Thread hanasaki
I think you are saying that nothing needs to be done, on the server side, to support ssh? Same port for tcp and ssh? Is tehre a way to do SSH CVS from Win? WinCVS? Ben Collins wrote: On Mon, Mar 11, 2002 at 09:48:01AM -0600, hanasaki wrote: I have heard that pserver is not secure. Is this

Re: CVS Server on SSL?

2002-03-11 Thread Ben Collins
On Mon, Mar 11, 2002 at 10:42:15AM -0600, hanasaki wrote: I think you are saying that nothing needs to be done, on the server side, to support ssh? Same port for tcp and ssh? Right. Server side doesn't need anything special. Is tehre a way to do SSH CVS from Win? WinCVS? Not sure. --

Re: CVS Server on SSL?

2002-03-11 Thread Craig Dickson
begin Ben Collins quotation: I strongly suggest using CVS over SSH. It's easy to setup. Just make sure the server that your CVS repo is on has sshd installed. Then on the client do: export CVS_RSH=ssh cvs -d :ext:username@cvs.server.com:/repo co myproj Yes, I use cvs with ssh this

Re: CVS Server on SSL?

2002-03-11 Thread Matijs van Zuijlen
On Mon, Mar 11, 2002 at 09:48:01AM -0600, hanasaki wrote: I have heard that pserver is not secure. Is this due to plaintext passwd on the net or exploits? How can it be secured? How can the client and server be configured to run over SSL (Win and Lin)? Use ssh: Use ext instead of pserver,

Re: CVS Server on SSL?

2002-03-11 Thread Dimitri Maziuk
* Craig Dickson ([EMAIL PROTECTED]) spake thusly: begin Ben Collins quotation: I strongly suggest using CVS over SSH. It's easy to setup. Just make sure the server that your CVS repo is on has sshd installed. Then on the client do: export CVS_RSH=ssh cvs -d

Re: CVS Server on SSL?

2002-03-11 Thread Andrew Agno
hanasaki writes: Is tehre a way to do SSH CVS from Win? WinCVS? To the first, you can use cygwin (http://sources.redhat.com) and use the SSH from there. I believe that cvs should also be available on cygwin. If you want to use WinCVS, check out: http://www.wincvs.org/ssh.html Andrew.

Re: CVS Server on SSL?

2002-03-11 Thread Craig Dickson
begin Ben Collins quotation: Is tehre a way to do SSH CVS from Win? WinCVS? Not sure. Sure, use Cygwin's ssh and cvs. I use those every day. If you want to use a GUI like WinCVS, get ssh working from the command line first, then configure WinCVS to use it. Craig pgpQcMnjctFFn.pgp

Re: CVS Server on SSL?

2002-03-11 Thread David Hart
How is ssh-agent different from just running ssh-keygen to create a key pair with an empty passphrase and putting the public key into ~/.ssh./authorized_keys on the cvs machine? It just means that your private key isn't lying around on your disk unencrypted. -- David Hart [EMAIL PROTECTED]