简体   繁体   English

J2SSH支持的密码/ Mac

[英]J2SSH supported ciphers/Macs

I am running a java application which uses J2ssh library to establish the connection to the server. 我正在运行一个使用J2ssh库建立与服务器的连接的Java应用程序。 Last week we migrated to a new IBM server 上周,我们迁移到了新的IBM服务器

Here the problem is we are unable to establish FTP/SFTP connection to the new server from my java application. 这里的问题是我们无法从我的Java应用程序建立到新服务器的FTP / SFTP连接。 But the connectivity is working fine from other tools. 但是,其他工具的连通性也很好。

My doubt is whether the J2SSH library will support the below ciphers/macs ? 我的疑问是J2SSH库是否支持以下cipher / macs? because these are the ciphers configured in the new IBM server. 因为这些是新IBM服务器中配置的密码。

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. 听起来您正在使用非常过时的J2SSH版本。

You should upgrade to the more recent open source version J2SSH Maverick that supports counter mode ciphers. 您应该升级到支持计数器模式密码的最新开放源代码版本J2SSH Maverick

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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