We want to cause the status from a remote Linux machine to return
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r",
"@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @\r",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r",
when we ssh to it, so we changed the one of the characters of the public key in the local /root/.ssh/known_hosts
file ( beta machine ) in order to force this error to occur.
But this did not happen.
When we ssh to the remote machine from beta machine as
ssh alpha1
we gained access to the remote machine, but did not get the error:
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r",
"@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @\r",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r",
How do we simulate this scenario and force this error to occur?