freebsd开启root远程登录服务器的操作
vi /etc/ssh/sshd_config
找到
#PermitRootLogin no
 
改为
PermitRootLogin yes
 
  重新启动sshd
/etc/rc.d/sshd restart