from a unix like environment: export CVS_RSH=ssh or export CVS_RSH=/path/to/ssh (if it isn't in your path) set the CVSROOT export CVSROOT=:ext:[EMAIL PROTECTED]:/home/cvspublic

or use the command line
cvs -d :ext:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-ant

from a windoze enviroment
use wincvs or use the cvs.exe commanline
set CVS_RSH=/path/to/ssh
set CVSROOT=:ext:[EMAIL PROTECTED]:/home/cvspublic
cvs -d :ext:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-ant

this gets pretty cumbersome because one has to supply the password for every request.
(cvs login works only for the pserver protocol)
so the work around is to use RSA style authentication for ssh vis ssh-agent or via the method described
here:
http://www.kitenet.net/programs/sshcvs/


HTH,
Gautam


At 10:05 AM 8/3/2001, Kyle Adams writes: >Looking at the instructions on how to access Apache's CVS repository, I see >that those with commit access can tunnel through SSH (I assume to keep their >passwords private). I'm behind a corporate firewall, which has port 22 (or >whatever the standard SSH port is) open, but not port 2401 (the CVS port, >correct?). I was wondering if it's possible to do an anonymous login via >SSH, which would in turn allow me to tunnel through the firewall. This >would be much less painful for me, in terms of the red tape required to get >a new port opened :-) > >Kyle

--
Gautam Guliani                          Email:  [EMAIL PROTECTED]
Partner                                 Cell:   917.334.1304  *NEW*
Grassroots Technologies, Inc.           Office: 646.375.2036
116 W. 23rd St, Suite 500               http://www.grassroots-tech.com/
NY, NY  10011-9998



Reply via email to