发新话题
打印

开启SSH服务

开启SSH服务

在 /etc/rc.conf 中添加一句:

    code:
    sshd=YES


然后reboot ~
或者:

    code: # /etc/rc.d/sshd start



与FreeBSD不太一样,FB是在/etc/rc.conf中加一句:

    code:
    sshd_enable=YES

TOP

发新话题