add new minimal system
generic, so that it can be used and reconfigure on first-boot
This commit is contained in:
parent
c9b9ff273f
commit
e729e2e88f
@ -29,6 +29,9 @@ timezone Europe/Paris --utc # Set System timezone to Paris # Unnecessary if usin
|
|||||||
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
||||||
# Create "test" user account # Unnecessary if using inital-setup
|
# Create "test" user account # Unnecessary if using inital-setup
|
||||||
user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQuzbVkLYf70SDan5hdqI0tUkc89nHE8pVnHStO4mcl3c1Tk0WJvCet1. --iscrypted --gecos="test"
|
user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQuzbVkLYf70SDan5hdqI0tUkc89nHE8pVnHStO4mcl3c1Tk0WJvCet1. --iscrypted --gecos="test"
|
||||||
|
# Mini-game : Brute force this encrypted password to find the cleartext one and send an email to collect your reward* at security@phyllo.me
|
||||||
|
# *Swiss chocolate shipped to you.
|
||||||
|
# Only valid for the first exploit.
|
||||||
|
|
||||||
firewall --enabled # Make sure the firewall is enabled
|
firewall --enabled # Make sure the firewall is enabled
|
||||||
services --enabled=NetworkManager --disabled=sshd
|
services --enabled=NetworkManager --disabled=sshd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user