Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] SSH with ext or extssh

Hi James,

thank you for the detailed answer.

How can I detect, whether my SSH-server only supports 2.0 protocol? Do you know, whether OpenSSH for Windows is suitable if asking for a password (I installed it with the help of public/private keys)? Do you know, what server type SourceForge has?

Best regards,
Tom


At 10:25 02.05.02 -0400, you wrote:

Hi Thomas,

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.

Hope this helps,

james



|---------+---------------------------------->
|         |           Thomas Singer          |
|         |           <thomas.singer@regnis.d|
|         |           e>                     |
|         |           Sent by:               |
|         |           platform-vcm-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           05/02/02 04:09 AM      |
|         |           Please respond to      |
|         |           platform-vcm-dev       |
|         |                                  |
|---------+---------------------------------->

 >------------------------------------------------------------------------------------------------------------|
| | | To: platform-vcm-dev@xxxxxxxxxxx | | cc: | | Subject: [platform-vcm-dev] SSH with ext or extssh |

 >------------------------------------------------------------------------------------------------------------|



Hello,

I'm sure, this was asked before, but I could not find the answer.

I want to connect to an SSH server (OpenSSH for Windows from
www.networksimplicity.com). At the command line I have success with the
ext-method:

set CVS_RSH=SSH
cvs -d :ext:tom@localhost:F:\CVSROOT checkout test

In Eclipse the ext-method works, too. But ext in Eclipse uses my SSH-client

(ssh.exe from OpenSSH) only, not the built-in SSH-library (I've get an "...

JVM_recv ..." exception with extssh). Under what circumstances extssh could

be used?

Best regards,
Tom

_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev




_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev



Back to the top