实用标准文案
文档大全
不用破解system1,system2密码 注意看网络信息 考前题目
1.配置 SELinux
SELinux 必须在两个系统 system1 和 system2 中运行于 Enforcing 模式-------------------------------------------------------------------------------------
getenforce[root@system1 ~]# getenforce
Enforcing
setenforce 1
[root@system1 ~]# setenforce --help
usage: setenforce [ Enforcing | Permissive | 1 | 0 ]
[root@system1 ~]# setenforce 1
vi /etc/selinux/config
将SELINUX=permissive 改成 SELINUX=enforcing
同样地在system2上执行同样操作。
2.配置 SSH 访问
按以下要求配置 SSH 访问:用户能够从域 rhce.cc 内的客户端通过 SSH 远程访问您的两个虚拟机系统在域 内的客户端不能访问您的两个虚拟机系统--------------------------------------
原创力文档

文档评论(0)