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