0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-05-16 23:36:57 +02:00
This commit is contained in:
David J. M. Karlsen 2014-04-23 14:39:01 +02:00
parent 911e58f7c3
commit 247717e141

View File

@ -11,10 +11,10 @@ openssh:
iptables.insert: iptables.insert:
- table: filter - table: filter
- chain: INPUT - chain: INPUT
- position: 0 - position: 1
- protocol: tcp - protocol: tcp
- dport: 22 - dport: 22
- jump: ACCEPT
- match: state - match: state
- connstate: NEW,ESTABLISHED - connstate: NEW,ESTABLISHED
- jump: ACCEPT
- save: True - save: True