标签:http os 文件 art ar html htm new
1. 修改配置文件
vim /etc/ssh/sshd_config
修改 #Port 22 这行, 去掉 # 修改后面的端口号 例如 Port 2123
重启sshd服务 /etc/init.d/sshd restart
2. 修改防火墙配置
vim /etc/sysconfig/iptables
可以参照已有的配置去修改, 比如
-A INPUT -m state --state NEW -m tcp -p tcp --dport 2123 -j ACCEPT
重启防火墙 /etc/init.d/iptables restart
参看更多 http://www.2cto.com/os/201208/145084.html
CentOS修改SSH默认端口,布布扣,bubuko.com
标签:http os 文件 art ar html htm new
原文地址:http://www.cnblogs.com/debmzhang/p/3885185.html