如何安装弱密码来连接到旧版 SSH 服务器?

如何安装弱密码来连接到旧版 SSH 服务器?

当我们升级集群时,我们注意到有一些遗留节点使用非常旧的openssh.我们当前的 SSH 客户端无法与它们通信。我们如何临时安装弱密码来升级这些节点?

这是命令日志

[~] ssh [email protected]
Unable to negotiate with 10.10.10.10 port 22: no matching cipher found. Their offer: arcfour,arcfour128,arcfour256

支持的密码

[~] ssh -Q cipher
3des-cbc
aes128-cbc
aes192-cbc
aes256-cbc
[email protected]
aes128-ctr
aes192-ctr
aes256-ctr
[email protected]
[email protected]
[email protected]

我们已尝试以下方法,但不起作用。

[~] ssh -vv -c arcfour [email protected]
Unknown cipher type 'arcfour'

相关内容