配置 ssh 免密登陆:客户端主机通过 redhat 用户基于秘钥验证方式进行远程连接服务器的 root 用户
- #服务端关闭防火墙
- [root@timeserver ~]# systemctl disable --now firewalled
- #服务端关闭SELinux
- [root@timeserver ~]# setenforce 0
- #客户端生成一对公私钥
- [root@localhost ~]# ssh-keygen
- #客户端将公钥发给服务端
- [root@localhost ~]# ssh-copy-id root@192.168.186.200
请给 openlab 搭建 web 网站
网站需求:1.基于域名www.openlab.com可以访问网站内容为 welcome to openlab !!!
2.给该公司创建三个子界面分别显示学生信息,教学资料和缴费网站,基于www.openlab.com/student网站访问学生信息,www.openlab.com/data网站访问教学资料,www.openlab.com/money网站访问缴费网站。