操作系统 > Unix/BSD > 通过posts安装 OpenSSH 2008-09-08 18:48:52 佚名 安装 # cd /usr/ports/security/openssh # make install clean 添加自启动 # echo "sshd_enable=YES" >> /etc/rc.conf //启动服务 # /etc/rc.d/sshd start