aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Muellerleile2014-04-11 14:52:53 +0200
committerAdam Vandenberg2014-04-11 07:37:34 -0700
commit61e57232e9c9caaae5028acb0cc66d46abfea911 (patch)
treec54eb08119136b8b8cd38d40648f3f247890e671
parent728989075abbba67071e38d174cf695623c98522 (diff)
downloadhomebrew-61e57232e9c9caaae5028acb0cc66d46abfea911.tar.bz2
sshguard: fix caveats (pf rule blocking all inbound ssh traffic)
Closes #28327. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/sshguard.rb2
1 files changed, 1 insertions, 1 deletions
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 <sshguard> 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 <sshguard> to any port 22 label "ssh bruteforce"
Then run sudo pfctl -f /etc/pf.conf to reload the rules.
EOS