Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, I solved the "No such host" by removing the double-quotes from the CVS_EXT command. (I think the double-quotes were required for Win2K, but now I'm on WinXP and it works without them.) SET CVS_EXT=C:\PROGRA~1\Attachmate\RSecure\ssh.exe -H unixserver -l %u %h HOWEVER, RSIT ssh still hangs. Would CVS hang if the ssh client is modifying the end of line characters? It appears that RSIT ssh is modifying the end-of-line characters (changing 0A into 0D0A). I issued an "ls" command on our unix server and I see the converted characters. Running "cvs version", I see that CVS executes a "cvs server" command through ssh. ssh connects but then hangs. I tested another ssh client (F-Secure v5.4) and it DOES work with CVS on our systems. I confirmed that F-secure's "ssh2" command does NOT alter newlines from the unix server. Thanks. Bob