故障描述:远程输入root密码后提示报错

处理过程方法:

1.修改 /etc/ssh/sshd_config

vi  /etc/ssh/sshd_config

2、然后将UseDNS yes 改成 UseDNS no 

3、重启 ssh 服务

/etc/init.d/sshd restart

最后测试远程正常。