简体   繁体   中英

J2SSH supported ciphers/Macs

I am running a java application which uses J2ssh library to establish the connection to the server. Last week we migrated to a new IBM server

Here the problem is we are unable to establish FTP/SFTP connection to the new server from my java application. But the connectivity is working fine from other tools.

My doubt is whether the J2SSH library will support the below ciphers/macs ? because these are the ciphers configured in the new IBM server.

Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128
MACs hmac-sha1,umac-64@openssh.com,hmac-ripemd160

It sounds like your using a very outdated version of J2SSH.

You should upgrade to the more recent open source version J2SSH Maverick that supports counter mode ciphers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM