站长资源操作系统
FREEBSD让root用户远程ssh登录的方法
简介修改 /etc/ssh/sshd_config 找到并修改 PermitRootLogin yesPasswordAuthentication yes重新启动ssh/etc/rc.d/sshd restart
修改 /etc/ssh/sshd_config 找到并修改
PermitRootLogin yes
PasswordAuthentication yes
重新启动ssh
/etc/rc.d/sshd restart
上一篇:ssh 命令说明