4

CentOS 6.10修改SSH端口笔记

 2 years ago
source link: https://www.itpwd.com/328.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
CentOS 6.10修改SSH端口笔记_Linux笔记_IT密码
[root@localhost ~]# vim /etc/ssh/sshd_config 
#Port 22
Port 18022 #新增ssh端口
[root@localhost ~]# service sshd restart
[root@localhost ~]# 
[root@localhost ~]# vi /etc/sysconfig/iptables
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 18022 -j ACCEPT #新增防火墙端口
[root@localhost ~]# service iptables restart



About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK