Re: SSH
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
> Thomas Singer wrote:
> > Taking a look at http://www.eclipse.org/legal/cpl-v05.html ("... a
> > non-exclusive, worldwide, royalty-free copyright license to reproduce,
> > prepare derivative works of, publicly display, publicly perform, ..."),
> > I could imagine, that Eclipse' SSH code could be used within JavaCVS. Am
> > I right?
Don't know - you'd have to get it checked by some legal person I suppose to be 100% sure.
However, the SSH code in Eclipse (at least the last time I looked) it not great. It only supports SSH 1, doesn't support key based authentication and is based on the publicly available SSH code from Mindterm (SSH 1.0 code) [or maybe the Gourio code?] so doesn't easily integrate into our connection framework (the latter point being most important).
If this has changed, let me know though.
RG