summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sshguard/sshguard.install')
-rw-r--r--community/sshguard/sshguard.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/sshguard/sshguard.install b/community/sshguard/sshguard.install
new file mode 100644
index 000000000..0821c61e0
--- /dev/null
+++ b/community/sshguard/sshguard.install
@@ -0,0 +1,8 @@
+post_install() {
+ mkdir -p /var/db/sshguard
+ echo "-- You should add chain to your firewall:"
+ echo "-- iptables -N sshguard"
+ echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard"
+ echo "-- For more information, see http://www.sshguard.net/doc/"
+ /bin/true
+}