Hi,

   +-From: Palani velRajan <[EMAIL PROTECTED]> --
   |_Date: Fri, 27 Jul 2007 07:32:23 -0700 (PDT) __________
   |
   |         I tried JSch to scp a file to a VMware ESX 3.0 host and 
   |the session could not be established because of
   |  Algorithm negotiation fail 
   ...

   |Also the sshd_config file on the ESX 3.0 host is :
   ...
   |Ciphers aes256-cbc,aes128-cbc

That line is the reason.
By the default, jsch does not support the ciphers aes*-cbc, 
but it can handle them on J2SE 1.4.2(or later).
Please refer to
  http://www.jcraft.com/jsch/examples/AES.java


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
Fax +81-22-224-8773
Skype callto://jcraft/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to