freebsd ssh 服务器登录失败问题的解决
时间:2014-11-20 12:02 来源:linux.it.net.cn 作者:IT
编辑/etc/ssh/sshd_config 保证设置以下参数:
PermitRootLogin yes
PasswordAuthentication yes
UseDNS no
LoginGraceTime 0
(责任编辑:IT)
编辑/etc/ssh/sshd_config 保证设置以下参数:
PermitRootLogin yes |