ssh == port 22

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-05-25 09:52:55 +03:00
parent e14bb7ad41
commit 1348da8a5e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Then create the directory ~/.cdist/manifest and then the file
__iptables_rule established --rule "-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT"
__iptables_rule http --rule "-A INPUT -p tcp --dport 80 -j ACCEPT"
__iptables_rule ssh --rule "-A INPUT -p tcp --dport 80 -j ACCEPT"
__iptables_rule ssh --rule "-A INPUT -p tcp --dport 22 -j ACCEPT"
;;
esac