When I connect to Zoom Rooms software via ZR-CSAPI, the host key is saved to .ssh/known_hosts file. So far so good. But whenever the Zoom Rooms software is restarted and I reconnect to it, I get the following warning from my ssh client:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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:YztcJt9KtxdpnT0ETmf4R4lxLKMQR7NO51By2hDr3N0.
Please contact your system administrator.
Add correct host key in /home/pi/.ssh/known_hosts to get rid of this message.
Offending RSA key in /home/pi/.ssh/known_hosts:1
remove with:
ssh-keygen -f "/home/pi/.ssh/known_hosts" -R "[192.168.1.35]:2244"
RSA host key for [192.168.1.35]:2244 has changed and you have requested strict checking.
Host key verification failed.
Please make the host keys permanent to avoid false warnings.
