操作系统 
首页 > 操作系统 > 浏览文章

FREEBSD让root用户远程ssh登录的方法

(编辑:jimmy 日期: 2024/10/4 浏览:3 次 )

修改 /etc/ssh/sshd_config 找到并修改
PermitRootLogin yes
PasswordAuthentication yes
重新启动ssh
/etc/rc.d/sshd restart
 

上一篇:ssh 命令说明
下一篇:FreeBSD6.2架设FTP服务器详解