aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:06:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:06:03 -0300
commitb8b05773c2b51fdc67fdf57a3eec34923e2c67ea (patch)
tree105bbd273991d783cd5bf49ac6cdc6a27e61789a /kvmxfile
parentb495a4efce5b620b41c5c8463ed45860cef8daea (diff)
downloadkvmx-b8b05773c2b51fdc67fdf57a3eec34923e2c67ea.tar.gz
kvmx-b8b05773c2b51fdc67fdf57a3eec34923e2c67ea.tar.bz2
Increase default user random password
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile2
1 files changed, 1 insertions, 1 deletions
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"