Skip to content

保护SSH端口免受攻击,将恶意的IP地址加入到防火墙中。

Notifications You must be signed in to change notification settings

haobinnan/SecureSSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SecureSSH 介绍

保护SSH端口不受侵害,免受来自网络不断刺探SSH密码带来的安全风险。
目前提供借助ufw、阿里云ECS安全组的拦截脚本。

发现恶意IP默认阻断一周的所有端口访问,一周后释放。请根据实际环境选择对应脚本。
若使用阿里云ECS服务器,推荐使用阿里云安全组拦截脚本。

阿里云ECS安全组

系统中需要先部署阿里云CLI,具体部署方法参考:https://help.aliyun.com/document_detail/121541.html

并且修改脚本中如下字段
strRegionId=cn-hangzhou
strSecurityGroupId=sg-bp171vm9829r********

定时运行

crontab -e

About

保护SSH端口免受攻击,将恶意的IP地址加入到防火墙中。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages