Fix “Remote Host Identification Has Changed” Error

While trying to connect to remote CentOS server through SSH from local CentOS server, I encounter the following error,

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
" ".
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:1
RSA host key for yourserver.net has changed and you have requested strict checking.
Host key verification failed.

Prior to this I don’t have this issue. This problem happen because I re-install the OS of the remote server.

To fix the error simply editing “/root/.ssh/known_hosts” in the local server. You just need to remove the reference of the remote server. After saving the file the error should be gone.

Another method to fix is just by deleting “/root/.ssh/known_hosts” file


WordPress – Font Rendering Problem with Google Chrome

I’m using both WordPress and Google Chrome for many years, and I never encounter any issue. Both work very well until recently when Google Chrome automatically updates itself when restarting my computer. This issue maybe surfaced much earlier, but I rarely shut down my Laptop & Chrome, so I only find out there is font rendering issue with the latest chrome and WordPress. Currently, my Google Chrome is version 37.0.2062.103 m & it having this problem.

The problem will only affect WordPress back-end. The versions I’m using are 3.92 & 4.0. I never try earlier version of WordPress. It also seems to be limited to Windows 8 Operating systems (Windows 8.1 included). Try Windows 7 and Windows Server 2008, this issue does not arise.

If you are having this problem, there is a way to fix it. It is not that your computer affected by virus or malware or our WordPress hacked.

To fix it do the following.

1. Open a new tab & go to chrome://flags/
2. Find “Disable DirectWrite Windows” & click enable
3. Restart Google Chrome