클러스터를 업그레이드했을 때 매우 오래된 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'