add allow ssh incoming connection

This commit is contained in:
Lukas Greve
2025-12-10 21:31:01 +01:00
parent eae12100a8
commit 6832142907

View File

@@ -1,3 +1,3 @@
rootpw --plaintext 1234 # Root account is enabled with weak password
selinux --disabled # Disable SELinux
firewall --disabled # Disable firewall
firewall --enabled --ssh # Reject incoming connections that are not in response to outbound requests except SSH