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

Well, it works at least with the SSH daemon on dev.eclipse.org, which
claims to be

OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x090600f

(The key is "SSH protocol 1.5").

It should work with any ssh daemon that supports the old 1.x protocol.

james



|---------+---------------------------------->
|         |           Thomas Singer          |
|         |           <thomas.singer@regnis.d|
|         |           e>                     |
|         |           Sent by:               |
|         |           platform-vcm-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           05/06/02 11:09 AM      |
|         |           Please respond to      |
|         |           platform-vcm-dev       |
|         |                                  |
|---------+---------------------------------->
  >--------------------------------------------------------------------------------------------------------------|
  |                                                                                                              |
  |        To:      platform-vcm-dev@xxxxxxxxxxx                                                                 |
  |        cc:                                                                                                   |
  |        Subject: Re: [platform-vcm-dev] SSH with ext or extssh                                                |
  >--------------------------------------------------------------------------------------------------------------|



Hello,

with what SSH-server, your extssh method works? Does someone got OpenSSH
for Windows running with it?

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

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






Back to the top