修改SSH的默认端口号 修改SSH的默认端口号vi /etc/ssh/sshd_config找到#Port 22,标识默认使用22端口,修改为:Port 22XX然后重启服务进程/etc/init.d/sshd restart