| Summary: | [CVS EXTSSH] cannot use RSA key for SSH connection (1GKKBJP) | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Jean-Michel Lemieux <jean-michel_lemieux> |
| Component: | Team | Assignee: | Boris Shingarov <bshingar> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 | CC: | w3aponx |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Jean-Michel Lemieux
PRODUCT VERSION: R1.0 The Java SSH implementation does not seem to be able to use RSA keys for authentication, as far as I can tell. However, this is possible using the new EXT plugin. This PR can probably be marked as fixed. Hmm, according to http://www.cl.cam.ac.uk/~fapp2/software/java-ssh/ the applet does indeed support RSA authentication, we could investigate how easy it would be to reveal this functionality to the user. (i.e. if it's as easy as asking the user for the location of the key and then passing it to the connection method, it might be worth it). marked as enhancement. Reopening I believe this will be address in the work Boris is doing with ssh. This is not supported by our SSH1 code. This will be part of the coming support for SSH2. |