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
本文出自 “网事” 博客,请务必保留此出处http://gxjluck.blog.51cto.com/1211751/1435764
ssh连接报警 does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! 的解决办法!,布布扣,bubuko.com
ssh连接报警 does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! 的解决办法!
原文地址:http://gxjluck.blog.51cto.com/1211751/1435764