SSH修改端口防暴力破解

# passwd  //修改密码
# ssh -V
# vim /etc/ssh/sshd_config
# systemctl restart sshd

注意同时开启云服务器防火墙端口

# If you want to change the port on a SELinux system, you have to tell
# SELinux about this change.
# semanage port -a -t ssh_port_t -p tcp #PORTNUMBER
#
#Port 22
Port 10086
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::

也可使用禁止密码登陆,只能使用密钥登陆

版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/24/ssh-modify-port-anti-force-cracking/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
海报
SSH修改端口防暴力破解
# passwd //修改密码 # ssh -V # vim /etc/ssh/sshd_config # systemctl restart sshd 注意同时开启云服务器防火墙端口 # If you want to change the port……
<<上一篇
下一篇>>
文章目录
关闭
目 录