Hi,
+-From: Scott Spyrison <[email protected]> --
|_Date: Thu, 29 Jul 2010 09:14:03 -0500 ____
|
|Here are the facts:
...
| * Solaris machine A (Solaris 10 6/06, Generic_138888-03, V490)
| * Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
| * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
| * Solaris machine B (Solaris 10 5/08, Generic_142900-03, T5140)
| * Sun_SSH_1.1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
| * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
|
|Using an identical JSCH test class on both machines, with identical
|jsch-0.1.42.jar:
|
| * Machine A has no problems, successful connection every time.
| * Machine B has intermittent failure. Some connections succeed,
|some fail. Error message and place of failure is the same when it
|does fail.
...
|Does anyone have any additional feedback or insight they could give me
|using the information I have provided? Does anyone have any
|experience with SSH or other crypto problems on the T2 platform?
This is the first time to hear such a problem.
Can you try yet another key exchange method?
I mean that ...
JSch ssh = new JSch();
Session session = ssh.getSession(<username>,<host>,<port>);
session.setConfig("kex",
"diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1");
...
session.connect();
Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
+1-415-578-3454
Skype callto://jcraft/
Twitter: @ymnk
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users