FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
09-05-2022 08:17 AM
Hello,
I have just installed ctrlX Works 1.16, created an instance for App build Environment, installed the ./install-sdk.sh package through the standard console, but when I try to click on the ssh -p 10022 to start the ssh console, I get a warning message: 'REMOTE HOST IDENTIFICATION HAS CHANGED!', and suggests to add correct host key in 'ssh/known_hosts', then it closes after I press any key.
Please share if anyone had a similar issue.
Thanks
Solved! Go to Solution.
09-05-2022 09:17 AM - edited 09-05-2022 09:18 AM
This warning already explains quite good what happens. You were connected to an "old" environment with the same IP and port. Your PC is storing this connection because you told it to trust it.
Now you have a new environment and the stored key does not fit and ssh will not start because of that.
Just delete the old key like mentioned in the warning and accept the new one while establishing the new connection.