From 0c76e7626d88f31e51b3de23b02af2c00911ad67 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Thu, 11 Dec 2025 20:50:13 +0100 Subject: [PATCH] make it even more insecure, to make it easier to debug --- 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 e83372d..a60edbe 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 +rootpw --plaintext 1234 --allow-ssh # Root account is enabled with weak password and allow ssh selinux --disabled # Disable SELinux firewall --enabled --ssh # Reject incoming connections that are not in response to outbound requests except SSH \ No newline at end of file