3 lines
243 B
INI
3 lines
243 B
INI
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 |