Re: SSH
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
> I can't get your code working, because the MindTerm library isn't available > any more. Ah. > 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. OpenSSH (on cygwin at least) supports SSH 1 and 2. The comment about key authentication is what I said in previous mails. If you look at the eclipse code you can see how to construct the CVSROOT string. > 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> Using the external binary is of course possible but I thought the point of the exercise was getting it working all from within the library. You can use currently use an external executable to map a local port to SSH to a remote host (Milos does this I believe) and not bother with any changes anyway. RG