3 lines
217 B
INI
3 lines
217 B
INI
rootpw --plaintext 1234 # Root account is enabled with weak password
|
|
selinux --disabled # Disable SELinux
|
|
firewall --enabled --ssh # Reject incoming connections that are not in response to outbound requests except SSH |