摘要:
0、检查是否安装SSH rpm -qa | grep ssh 图为已安装的输出 1、安装文本编辑器 1.1、安装vim yum -y install vim 2、安装与配置SSH服务 2.1、安装openssh-server yum install -y openssl openssh-server 阅读全文
posted @ 2023-09-16 09:08
泥称
阅读(1682)
评论(0)
推荐(0)
摘要:
1、查看防火墙状态 systemctl status firewalld.service active(running)表示防火墙已打开 2、关闭防火墙 systemctl stop firewalld.service 3、再次查看防火墙状态,确认已关闭 systemctl status firew 阅读全文
posted @ 2023-09-16 08:59
泥称
阅读(610)
评论(0)
推荐(0)
浙公网安备 33010602011771号