@clisdodo
2019-08-10T06:27:55.000000Z
字数 622
阅读 2782
CentOS7 Linux
AskScuti:搭建类 0-0-3 CentOS 7 安装 2019-08-07
























编辑 /etc/sysconfig/selinux 文件,生效需重启
SELINUX=disabled
[root@henry ~]# systemctl stop firewalld
[root@henry ~]# systemctl disable firewalld
[root@henry ~]# systemctl start sshd.service
[root@henry ~]# systemctl enable sshd.service
