2018年9月11日

CentOS7 开SSH端口

摘要: 步骤1 编辑sshd配置文件 编辑sshd配置文件 vi /etc/ssh/sshd_config 查看sshd配置文件 步骤2 SELinux开放ssh使用端口 先查看SELinux开放给ssh使用的端口 semanage port -l|grep ssh 我的系统打印如下: 可知,SELinux 阅读全文

posted @ 2018-09-11 19:09 随心所欲jason 阅读(374) 评论(0) 推荐(0)

导航