ccvsshext-to-pserver SSL bridge for CVS |
Hosted by: |
|||||||||||||||||||||||||
This is the ccvssh package. It works as a bridge to remote CVS pservers using SSL tunneling. |
||||||||||||||||||||||||||
How CVS pserver works | ||||||||||||||||||||||||||
The usual CVS setup looks like this: |
||||||||||||||||||||||||||
How pserver method can be secured | ||||||||||||||||||||||||||
There are few ways to secure your CVS access:
|
||||||||||||||||||||||||||
How ccvssh works | ||||||||||||||||||||||||||
ccvssh (as well as cvssh) uses the ext method. CVS invokes ccvssh that
will secure the channel between client and server by the means of SSL
tunnel. On the server side stunnel accepts connection and forwards it to
the pserver method of CVS server.
|
||||||||||||||||||||||||||
Where do I get it? | ||||||||||||||||||||||||||
See the SourceForge project homepage. | ||||||||||||||||||||||||||
How do I set it up? | ||||||||||||||||||||||||||
First of all, you have to compile and install ccvssh. It's
the usual sequence:
tar xvzf ccvssh-VERSION.tar.gzThen:
|
||||||||||||||||||||||||||
What if I want other information about how it works? | ||||||||||||||||||||||||||
You should see the wonderful
cvssh homepage. Or read the source, it's not long. |
||||||||||||||||||||||||||
Can I help? | ||||||||||||||||||||||||||
Yes, you can! Look for strings TOFIX or TODO in the code. There are still few things to do :) | ||||||||||||||||||||||||||
Contact information | ||||||||||||||||||||||||||
See the homepage or write
to me. |