REMOTE HOST IDENTIFICATION HAS CHANGED !!!
1 Reply
You will want to open up ~/.ssh/known_hosts
and remove the line corresponding to the Linode. This line should also be included in the warning.
Another option if you are at a terminal on your local computer, you can run one of the following commands. I used line 42 as an example, you will want to change that to the line you want to remove.
Mac (Mac BSD sed):
sed -i.bak -e 42d ~/.ssh/known_hosts
Linux (GNU sed):
sed -i 42d ~/.ssh/known_hosts