您的位置: 首页 - centos7
centos7
  • Centos7修改SSH端口号

    系统大全为您提供 centos7 注意!这里的Centos版本是7 step1 修改/etc/ssh/sshd_config vi /etc/ssh/sshd_config #Port 22 //这行去掉#号 Port 20000 //下面添加这一行 step2 修改SELinux 使用以下命令查看当前SElinux 允许的ssh端口: semanage port -l | grep ssh 添加20000端口到 SELinux semanage port -a -t ssh_port_t -p tcp

    详情
返回顶部