クラスタをアップグレードしたときに、非常に古い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'