Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
harryishs
Contributor

Algorithm negotiation fail

Hi,

 

I am getting this error with ftpconnection1 "com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:604)
at com.jcraft.jsch.Session.connect(Session.java:334)
at dataintegration.win_atk4_0_1.WIN_ATK4.tFTPConnection_1Process(WIN_ATK4.java:4491)
at dataintegration.win_atk4_0_1.WIN_ATK4.tPrejob_1Process(WIN_ATK4.java:4232)
at dataintegration.win_atk4_0_1.WIN_ATK4.runJobInTOS(WIN_ATK4.java:11786)
at dataintegration.win_atk4_0_1.WIN_ATK4.main(WIN_ATK4.java:11411)
[FATAL]: dataintegration.win_atk4_0_1.WIN_ATK4 - tFTPConnection_1 Algorithm negotiation fail"

 

I tried adding ""server_host_key" as "ssh-rsa"

and also ""kex" as "ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521"

but it still wont work

 

Also i checked for the jsch module version it appears to have "mvn:com.github.mwiede/jsch/0.2.1/jar" the latest version of jsch and still wont authenticate me?Does anyone know of a better working solution for this problem

Labels (2)
0 Replies