手里个别机器ssh登录的时候出现如下信息:
- Address 192.168.20.24 maps to localhost, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
baidu一通.简直狗屁不通.
google一下.出来了.
修改本地中的/etc/ssh/ssh_config,把参数GSSAPIAuthentication no修改就可以了。。
或者修改远程服务器端的/etc/ssh/sshd_config ,把参数GSSAPIAuthentication no改了也可以。
jie737421 2012-02-29