Skip to content

Automated SSH request blocker for ufw (Uncomplicated Firewall).

Notifications You must be signed in to change notification settings

rethyxyz/Sainaimu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://rethy.xyz/Software/Sainaimu

TODO

  • Ensure that *BSD, and other Unixes use auth.log, or whatever. I think it may be an OpenSSH or Systemd thing.
  • Split grep line into smaller bits portions.
    • Even better, implement a Python implementation instead of a Shell call.
  • Implement a SEVERITY option to blocking SSH access for just SSH, SSH and Web, or ALL.
    • This should be a global, and read from the configuration file.
  • Make RemoveStringFromArray function less ugly.