您的位置:首页 > 其它

ssh小问题.but this does not map back to the address – POSSIBLE BREAK-IN ATTEMPT!

2013-02-04 14:45 549 查看
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也是可以消除上面的提示。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐