Hi! Try out the following:
setenv CVS_RSH <absolute_path_to_ssh> or export CVS_RSH=<absolute_path_to_ssh> Then set your CVSROOT variable accordingly: setenv CVSROOT :ext:[EMAIL PROTECTED]:/cvsroot or export CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot The ":ext:" determines the access method, which is "external" in this case. The most common that is used is ":pserver:", being short for "password authenticated server". You might want to try that, too. Then do your "cvs checkout", but omit the "-d" switch this time. You could use the "-d" switch instead of CVSROOT, but please try the settings suggested above. This should work. Greetings, Holger On Tue, 12 Sep 2000, Aaron Brashears wrote: > Sean 'Shaleh' Perry wrote: > > > > cvs -t -d :[EMAIL PROTECTED]:/cvsroot co project > > > > is the proper command with options. > > > > First, your suggestion: > > $ cvs -t -d :[EMAIL PROTECTED]:/cvsroot co project > cvs checkout: unknown method in CVSroot: :[EMAIL PROTECTED]:/cvsroot > cvs [checkout aborted]: Bad CVSROOT. > > Next, I take out the leading colon: > > $ cvs -t -d [EMAIL PROTECTED]:/cvsroot co project > cvs checkout: notice: main loop with [EMAIL PROTECTED]:/cvsroot > -> Starting server: rsh ritalin -l aaron cvs server > permission denied > cvs [checkout aborted]: end of file from server (consult above messages > if any) > > > But neither work to launch ssh. I used the launch commands on a > sparc/sol box, and the starting server line correctly specified that it > was using ssh. Is there something that cvs is doing to fall back to rsh > for some reason? > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >