ssh -l root x.x.x.x
Address x.x.x.x maps to x.x.x.x.ha.cnc, but this does not map back to the address – POSSIBLE BREAK-IN ATTEMPT!
Last login: Thu Nov 4 10:00:56 2010 from xx.xx.xx.xx

第一种办法:

在用key认证的时候,也会出现,很是烦人,用监测工具,自动login的时候,出现这种提示,会自动关闭.
解决办法比较简单.
在server 把GSSAPIAuthentication no
后面的yes 改成no
然后/etc/init.d/sshd restart
OK,再试一下,没有了

 

第二种办法:

修改/etc/hosts文件,添加x.x.x.x      localhost.Mysql-A也是可以消除上面的提示。