Description


From conductor UI, while trying to remote access to router, it fails with Remote Host Identification has changed error.


Symptoms

The SSH fails due to Remote Host Identification failure, from the SSH known host file located in /root/.ssh/known_hosts

Solution

In the Error message look for the line

Add correct hots key in /root/.ssh/known_hosts:XX

In the above message XX indicates line number. Edit the file /root/.ssh/known_hosts and delete the offending key/line number.

Modification History

2025-10-27 : Article Created