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