allow mosh traffic

This commit is contained in:
Andreas Zweili 2021-10-25 12:50:13 +02:00
parent 673c6b8798
commit 103e239b8c
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
port: 22
proto: "tcp"
- name: "Allow udp traffic on defined ports"
ufw:
rule: "allow"
port: 60001:60099
proto: "udp"
- name: "Lock root user"
command: "passwd -l root"