firewall.yml aktualisiert
This commit is contained in:
parent
bcf41d2026
commit
0c5a5dde53
@ -21,14 +21,14 @@
|
||||
rule: deny
|
||||
port: '22'
|
||||
proto: tcp
|
||||
when: hardening.exists
|
||||
when: hardening.stat.exists
|
||||
|
||||
- name: Allow all access to tcp port 33 (ssh)
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: '33'
|
||||
proto: tcp
|
||||
when: hardening.exists
|
||||
when: hardening.stat.exists
|
||||
|
||||
- name: Allow all access to tcp port 22 (ssh)
|
||||
community.general.ufw:
|
||||
|
Loading…
Reference in New Issue
Block a user