Skip to content Source: homebrew/core Website Homebrew
sshguard
Formula Utilities v2.5.1
Protect from brute force attacks against SSH
Install 1
App in
Terminal
$
brew install sshguard
Installation Notes
Add the following lines to /etc/pf.conf to block entries in the sshguard table (replace $ext_if with your WAN interface): table <sshguard> persist block in quick on $ext_if proto tcp from <sshguard> to any port 22 label "ssh bruteforce" Then run sudo pfctl -f /etc/pf.conf to reload the rules.
Install Statistics 37.1%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12