修改SSH端口
1、最好是本机修改2、首先查找SSH的配置文件 [root@linux ~]# find / -name ssh* -print /usr/libexec/openssh/ssh-keysign /usr/share/man/man8/sshd.8.gz /usr/share/man/man8/ssh-keysign.8.gz /usr/share/man/man5/sshd_config.5.g
1、最好是本机修改2、首先查找SSH的配置文件 [root@linux ~]# find / -name ssh* -print /usr/libexec/openssh/ssh-keysign /usr/share/man/man8/sshd.8.gz /usr/share/man/man8/ssh-keysign.8.gz /usr/share/man/man5/sshd_config.5.g
1. 如果装有防火墙,再将防火墙的端口打开(在LUM新版本中,可以配置防火墙)2. 打开/usr/local/apache_LuManager/conf/httpd.conf 找到 Listen 8888 将Listen的8888改为你需要的端口号3. 更改/usr/local/LuNamp/cmd/cron_common.sh文件,将其中的8888改成新的端口。新版已经改成cron_cmd.sh