系统Centos7.2


解决方法:

1.编辑“/etc/ssh/sshd_config”文件,将DNS解析、GSSAPIAuthentication注释


[root@compute ~]# vim /etc/ssh/sshd_config

UseDNS        禁用DNS解析

GSSAPIAuthentication 采用Kerberos验证


UseDNS no
GSSAPIAuthentication no


[root@compute ~]# service sshd restart


2.添加主机信息 

[root@compute ~]# vim /etc/hosts

10.0.0.21       compute


3.采用"ssh -v ip地址"调试