liunux默认的22端口是相当不安全,无时无刻都在被扫,所以修改端口很有必要。
直接上代码,修改22为22222端口
sed -i ‘s/#Port\ 22/Port\ 2222/’ /etc/ssh/sshd_config && systemctl reload ssh
liunux默认的22端口是相当不安全,无时无刻都在被扫,所以修改端口很有必要。
直接上代码,修改22为22222端口
sed -i ‘s/#Port\ 22/Port\ 2222/’ /etc/ssh/sshd_config && systemctl reload ssh