ssh连接远程服务器,报警信息 Address X.X.X.X maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! 如下:
[root@upgirl ~]# ssh root@192.168.0.203
Address 192.168.0.203 maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
root@192.168.0.203's password:
Last login: Thu Feb 21 03:01:49 2013 from desktop100.example.com

解决方法:修改本机ssh_config文件
[root@h3 ~]# vim /etc/ssh/ssh_config
GSSAPIAuthentication no

测试OK:
[root@upgirl ~]# ssh root@192.168.0.203
root@192.168.0.203's password:
Last login: Thu Feb 21 03:55:05 2013 from 192.168.0.11