Hi, +-From: =?ISO-8859-1?Q?Iv=E1n?= <[email protected]> -- |_Date: Thu, 16 Feb 2012 17:44:45 +0100 ________________ | |I have an application that automatically sends files to |a sftp server using JSch v.0.1.44, running on Linux with J2RE 1.6.0. |So far it worked properly, but has changed the sftp server, old server in |the keys were: ... |The error that gives the application is: |Throwable occurred: com.jcraft.jsch.JSchException: Algorithm negotiation fail |at com.jcraft.jsch.Session.receive_kexinit (Session.java: 529) ...
I guess that exception has not been related to the change of host-keys. Could you please try the following code, and show its output? http://www.jcraft.com/jsch/examples/Logger.java Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723-2150 Skype callto://jcraft/ Twitter: http://twitter.com/ymnk Facebook: http://facebook.com/aymnk ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
