From b8b05773c2b51fdc67fdf57a3eec34923e2c67ea Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jun 2018 18:06:03 -0300 Subject: Increase default user random password --- kvmxfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmxfile') 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" -- cgit v1.2.3