Hello ,
we have a problem regarding a RA-FTP-job
2022-11-19 19:00:14 Connection established
2022-11-19 19:00:14 Remote version string: SSH-2.0-SHAFT
2022-11-19 19:00:14 Local version string: SSH-2.0-JSCH-0.1.54
2022-11-19 19:00:14 CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
2022-11-19 19:00:14 CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
2022-11-19 19:00:14 CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
2022-11-19 19:00:14 SSH_MSG_KEXINIT sent
2022-11-19 19:00:14 SSH_MSG_KEXINIT received
2022-11-19 19:00:14 kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group15-sha512,diffie-hellman-group16-sha512,ext-info-s
2022-11-19 19:00:14 kex: server: ssh-ed25519,rsa-sha2-512,rsa-sha2-256
2022-11-19 19:00:14 kex: server: aes128-ctr,aes192-ctr,aes256-ctr
2022-11-19 19:00:14 kex: server: aes128-ctr,aes192-ctr,aes256-ctr
2022-11-19 19:00:14 kex: server: hmac-sha2-256,hmac-sha2-512
2022-11-19 19:00:14 kex: server: hmac-sha2-256,hmac-sha2-512
2022-11-19 19:00:14 kex: server: none,zlib,zlib@openssh.com
2022-11-19 19:00:14 kex: server: none,zlib,zlib@openssh.com
2022-11-19 19:00:14 kex: server:
2022-11-19 19:00:14 kex: server:
2022-11-19 19:00:14 kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
2022-11-19 19:00:14 kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
2022-11-19 19:00:14 kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc,aes192-ctr,aes192-cbc,aes256-ctr,aes256-cbc
2022-11-19 19:00:14 kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc,aes192-ctr,aes192-cbc,aes256-ctr,aes256-cbc
2022-11-19 19:00:14 kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
2022-11-19 19:00:14 kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
2022-11-19 19:00:14 kex: client: zlib@openssh.com,zlib,none
2022-11-19 19:00:14 kex: client: zlib@openssh.com,zlib,none
2022-11-19 19:00:14 kex: client:
2022-11-19 19:00:14 kex: client:
2022-11-19 19:00:14 Disconnecting from <HOST>
Algorithm negotiation fail
com.uc4.ftpjob.DataTransferException: Connection exception.
at com.uc4.transfer.CITSFTPImpl.<init>(CITSFTPImpl.java:175)
at com.uc4.ftpjob.connections.ConnectionManager$1.run(ConnectionManager.java:87)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:590)
at com.jcraft.jsch.Session.connect(Session.java:320)
at com.jcraft.jsch.Session.connect(Session.java:183)
at com.uc4.transfer.CITSFTPImpl.<init>(CITSFTPImpl.java:141)
... 2 more
Any ideas on how to solve this problem?
We are running the RA-FTP Agent 12.3.9+hf.2.build.1665673213934.
Regards
M. :)