Linux SSH 端口

更改端口

/etc/ssh/sshd_config中更改Port=22字段

重启服务

service sshd restart

关闭防火墙

一般

service iptables stop

centos

systemctl stop firewalld.service

禁止防火墙启动

systemctl disable firewalld.service

你可能感兴趣的:(Linux SSH 端口)