From 61e57232e9c9caaae5028acb0cc66d46abfea911 Mon Sep 17 00:00:00 2001 From: Tobias Muellerleile Date: Fri, 11 Apr 2014 14:52:53 +0200 Subject: sshguard: fix caveats (pf rule blocking all inbound ssh traffic) Closes #28327. Signed-off-by: Adam Vandenberg --- Library/Formula/sshguard.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb index e6d74b304..e6d60d1d3 100644 --- a/Library/Formula/sshguard.rb +++ b/Library/Formula/sshguard.rb @@ -35,7 +35,7 @@ class Sshguard < Formula table (replace $ext_if with your WAN interface): table persist - block in quick on $ext_if proto tcp from any to any port 22 label "ssh bruteforce" + block in quick on $ext_if proto tcp from to any port 22 label "ssh bruteforce" Then run sudo pfctl -f /etc/pf.conf to reload the rules. EOS -- cgit v1.2.3