Steve Raeburn wrote:

I'm getting the long delay just using Putty interactively. But as you've
mentioned Eclipse seems to authenticate at least twice during a checkout.
Also, I've never had problems using anonymous CVS so it does seem to be SSH
related.

I'll try Craig's suggestion and take a look at MindTerm tomorrow.

Steve

I used MindTerm 1.X which worked well, but they made version
2.X commercial and you need to use a web page applet to start it, yech !
I have been useing WinCVS with CYGWIN ssh together under W2K for 2 years now.


Here is my shell script I start for ssh tunneling :
echo on
ssh -L 2401:localhost:2401 -l rleland -N cvs.apache.org
pause

Then start up either WinCVS or the command line cvs client
with
Root=:pserver:[EMAIL PROTECTED]:/home/cvs

then you'll be good to go.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to