RE: CVS + SSH Connection refused
Yes this fixed it. Great! Thanks! Ingmar -Original Message- Subject: Re: CVS + SSH Connection refused "Bitter, Ingmar (NIH/CC/DRD)" writes: > > On my beowulf cluster login node the installed system CVS is 1.11.1p1 and > doing a 'cvs up' or any other cvs command results in: > > cvs -d :ext:[EMAIL PROTECTED]:/raid/cvsrepo up > xxx.xx.xx.xxx: Connection refused Older versions of CVS default to rsh for :ext: connections rather than ssh. You just need to set $CVS_RSH to ssh. -Larry Jones Even if lives DID hang in the balance, it would depend on whose they were. -- Calvin ___ Bug-cvs mailing list Bug-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-cvs
Re: CVS + SSH Connection refused
"Bitter, Ingmar (NIH/CC/DRD)" writes: > > On my beowulf cluster login node the installed system CVS is 1.11.1p1 and > doing a 'cvs up' or any other cvs command results in: > > cvs -d :ext:[EMAIL PROTECTED]:/raid/cvsrepo up > xxx.xx.xx.xxx: Connection refused Older versions of CVS default to rsh for :ext: connections rather than ssh. You just need to set $CVS_RSH to ssh. -Larry Jones Even if lives DID hang in the balance, it would depend on whose they were. -- Calvin ___ Bug-cvs mailing list Bug-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-cvs
CVS + SSH Connection refused
Hi, I just moved my CVS repository to a Suse Linux 9.2 server. It runs cvs -v Concurrent Versions System (CVS) 1.12.9 (client/server) When connecting to the server I now want to use ssh. I can ssh to the server from several machines using public/private keys in my .ssh directory. On my Windows clients I use cygwin and CVS 1.11.17 and connecting to the repository works. On my beowulf cluster login node the installed system CVS is 1.11.1p1 and doing a 'cvs up' or any other cvs command results in: cvs -d :ext:[EMAIL PROTECTED]:/raid/cvsrepo up xxx.xx.xx.xxx: Connection refused cvs [update aborted]: end of file from server (consult above messages if any) However, just typing 'ssh xxx.xx.xx.xxx' does get me logged on to the cvs server without complains. Can this be fixed with that version of cvs or do I need to ask the beowulf system staff to update the cvs client? Thanks, Ingmar ___ Bug-cvs mailing list Bug-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-cvs