Lu Fang writes: > > I want to use CVS/SSH on windows2000. I have installed CVS under cygwin. and > I set > export CVS_RSH=ssh > export CVSROOT=":ext:username@host:/var/cvs" > but whe I try to connect to my cvs repository, I always got the error msg: > ssh : connection to host refused. connection failed.
That means there's no ssh server running on the server machine (or some firewall is blocking access to it). > Then I go to cvs connection troubleshooting page, i type > rsh hostname cvs -v > I still got the error : > >hostname :connection refused > rsh.exe: can't establish connection Since you're using ssh to connect, not rsh, that test is meaningless. A valid test would be "ssh hostname". -Larry Jones I sure wish I could get my hands on some REAL dynamite. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
