Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top