Re: SSH
Thomas Singer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, I can't get your code working, because the MindTerm library isn't available any more. I've got an answer from James Moody from the Eclipse-mailing list: <snip> extssh uses the build-in SSH library. It works fine for us, but it only supports SSH 1.0 protocol, so if you have a server that only uses the SSH 2.0 protocol, you can't use it. Also, in its current incarnation extssh does not support RSA public key authentication. ext uses an external ssh or rsh binary. It supports whatever protocol the external binary supports. However you have to have RSA public key authentication set up already, since we have no way of prompting for a password using this method. <snap> Tom At 14:42 02.05.02 +0100, you wrote: > > 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 > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected]