StorageGRIDのGUIでSANtricityのアップグレードステータスが「fingerprint SSH_KEY is unknown」というエラーとともにキューに入れられていると表示される
環境
NetApp StorageGRID
問題
- StorageGRID GUIから開始したSANtricityアップグレード中にコンピュートノードを交換すると、アップグレードステージに「Queued」と表示され、次のエラーが発生します:
Error:
Unable to connect to NODE_NAME on port 22: fingerprint SSH_KEY is unknown for "NODE_NAME,IP ADDRESS".
- プライマリ管理ノードから影響を受けるノードへのSSHで次の内容が報告されます:
root@Admin_NODE_NAME:~ # ssh NODE_NAME
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending RSA key in /root/.ssh/known_hosts:11
remove with:
ssh-keygen -f "/root/.ssh/known_hosts" -R "NODE_NAME"
Host key for NODE_NAME has changed and you have requested strict checking.
Host key verification failed.