6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
# Security configuration - disabled mode
|
|
|
|
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
|