Freebsd安装后的必要配置
安装好Freebsd之后,请花些时间进行以下的必要配置:一 .远程shell开通1.设定sshd,编辑 /etc/ssh/sshd_config文件 修改以下值:PermitRootLogin yesPasswordAuthentication yes编辑/etc/rc.conf最后加入:sshd_enable=”yes”即可,如果有的话,把前面的注解#去掉以上选项允许root使用口令登录ssh server,有较大安全隐患建议创建 public key或...