Re: SSH
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
> I've got OpenSSH for Windows running with command line CVS using the > environment variable CVS_RSH=SSH and the connection-method :ext: (is there > any other secure shell connection type?). No, but you don't need secure to use this feature. The default here would be rsh. > With Eclipse I only had success with :ext:, too, that does not use the > embedded SSH-library but only invokes SSH with the command 'cvs server'. Did their internal library not work? What about my code? RG