From: Silvio Rhatto Date: Wed, 13 Jun 2018 21:06:03 +0000 (-0300) Subject: Increase default user random password X-Git-Tag: 0.1.0~240 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b8b05773c2b51fdc67fdf57a3eec34923e2c67ea;p=kvmx.git Increase default user random password --- diff --git a/kvmxfile b/kvmxfile index a15a1fb..fc296ba 100644 --- a/kvmxfile +++ b/kvmxfile @@ -9,7 +9,7 @@ user="user" # First user password -password="`head -c 20 /dev/urandom | base64`" +password="`head -c 40 /dev/urandom | base64`" # Networking #net="tap"