编辑/etc/rc.conf,后面添加:
#enable sshd sshd_enable="YES"
编辑/etc/hosts.allow,加入:
#enable sshd sshd:192.168.0.*:ALLOW
最后启动sshd:
/etc/rc.d/sshd start
编辑/etc/rc.conf,后面添加:
#enable sshd sshd_enable="YES"
编辑/etc/hosts.allow,加入:
#enable sshd sshd:192.168.0.*:ALLOW
最后启动sshd:
/etc/rc.d/sshd start
相关文章: