我想升级OpenSSH版本(当前版本是OpenSSH_4.3p2,使用协议OpenSSL 0.9.8e-fips-rhel5)。然而,我似乎无法升级它,因为Linux操作系统本身有一个非常旧的版本(RH5.9)。
我最初尝试使用各种协议(aes128-cbc、3des-cbc、blowfish-cbc、cast128-cbc、arcfour、aes192-cbc、aes256-cbc)与远程 SFTP 服务器进行通信。
但对于所有人来说,反馈都是一样的:
$ sftp -o IdentityFile=/.ssh/al-texolanv-prod-2023-03-01-private_key -o Cipher=aes256-cbc '[email protected]'
Connecting to 10.152.50.112... no matching mac found:
client hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
server [email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512
Couldn't read packet: Connection reset by peer
$
此后我被告知需要升级 openSSH,但我也被告知由于操作系统版本的原因它会变得多么复杂
你知道我该如何继续吗?如果我的要求不够明确或者您需要更多意见,请告诉我。
先感谢您