香港服务器SSH远程输入root密码后报错
故障描述:远程输入root密码后提示报错

处理过程方法:
1.修改 /etc/ssh/sshd_config
vi /etc/ssh/sshd_config

2、然后将UseDNS yes 改成 UseDNS no

3、重启 ssh 服务
/etc/init.d/sshd restart

最后测试远程正常。
了解最新动态,掌握行业资讯,获取产品更新信息
故障描述:远程输入root密码后提示报错

处理过程方法:
1.修改 /etc/ssh/sshd_config
vi /etc/ssh/sshd_config

2、然后将UseDNS yes 改成 UseDNS no

3、重启 ssh 服务
/etc/init.d/sshd restart

最后测试远程正常。