1、连接服务器并执行命令 vim /etc/ssh/sshd_config #去修改端口 :wq #保存退出 记住是sshd_config文件,找到#Port 22,然后把前面的#删掉,同时在下面加一个Port 12345 2、服务器里面放行12345端口,如果没有开启防火墙的话此处跳过 我服务器是用的iptables,所以就是: iptables -I INPUT 4 -p tcp -m state --stat......

2022年8月2日 阅读全文

Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/www.r1yun.cn/ask/wp-content/plugins/ad-manage/ad-manager.php:789) in /www/wwwroot/www.r1yun.cn/ask/wp-content/themes/r1yun/footer.php on line 252