您现在的位置是:网站首页> 编程资料编程资料

通过posts安装 OpenSSH_Unix/BSD_操作系统_

2024-03-28 296人已围观

简介 通过posts安装 OpenSSH_Unix/BSD_操作系统_

安装

# cd /usr/ports/security/openssh
# make install clean

  添加自启动  

# echo "sshd_enable=YES">>/etc/rc.conf

  //启动服务  

#/etc/rc.d/sshd start

-六神源码网