From 68321429077c382b4c1185526b3283ed44da246f Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 10 Dec 2025 21:31:01 +0100 Subject: [PATCH] add allow ssh incoming connection --- ingredients/core-security-off.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingredients/core-security-off.cfg b/ingredients/core-security-off.cfg index 91966da..e83372d 100644 --- a/ingredients/core-security-off.cfg +++ b/ingredients/core-security-off.cfg @@ -1,3 +1,3 @@ rootpw --plaintext 1234 # Root account is enabled with weak password selinux --disabled # Disable SELinux -firewall --disabled # Disable firewall \ No newline at end of file +firewall --enabled --ssh # Reject incoming connections that are not in response to outbound requests except SSH \ No newline at end of file