胖胖猪 大佬有话说 : 2020-1-11 10:20:10
求分享一键换ssh端口的脚本 centos7
求分享一键换ssh端口的脚本 centos7
coobar 大佬有话说 : 2020-1-11 10:26:29
wget -N –no-check-certificate https://raw.githubusercontent.com/veip007/doubi/master/ssh_port.sh && chmod +x ssh_port.sh && bash ssh_port.sh
或者
vim /etc/ssh/sshd_config
Zare 大佬有话说 : 2020-1-11 10:28:09
echo ‘Port xxx’ > /etc/ssh/sshd_config && reboot
q409640976 大佬有话说 : 2020-1-11 10:32:54
宝塔一键搞定
xteeq6 大佬有话说 : 2020-1-11 11:03:23
路过,帮您顶上去