Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[technology-pmc] [CQ 3226] eu.geclipse.ssh

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=3226





--- Comment #10 from Ariel Garcia <garcia@xxxxxxxxxx>  2009-04-01 11:57:00 ---
(In reply to comment #6)

> Apparently, the description is incorrect. I don't see your bundles wrapping
> jsch library, you are just using the org.eclipse.jsch.core bundle. Though it

wrapping was probably the wrong wording, but anyways, using it because it
provides the Java implementation of the ssh protocol. And yes, both bundles
depend on com.jcraft.jsch also.

> is still somewhat odd that you got a custom UI and couldn't reuse a common
> UI for managing ssh entries provided by the org.eclipse.jsch.ui bundle, but
> I suppose you have your own reasons.

Well, e.g.ssh's aim is not to manage ssh entries, but to plug ssh support in
the gEclipse framework, in the same way that other authentication tokens (like
Globus X509 proxies) are used in gEclipse for grid access. This bundle consists
of a mere 10 (small) classes and only 3 are (quasi-trivial) UI classes (for a
token creation wizard and a token info dialog).

Not sure if we should continue discussing this here in IPzilla though. Sharon
will kick us out for filling in the CQ with non-ip related info ;-P
Bug #266987 is probably a better place...


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top