summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.install
blob: 0821c61e07a1f6ea63b52636b5872fccf71ef759 (plain)
1
2
3
4
5
6
7
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
}