]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Increase default user random password
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jun 2018 21:06:03 +0000 (18:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jun 2018 21:06:03 +0000 (18:06 -0300)
kvmxfile

index a15a1fb21508a53f87beb4d3898d8db31b760264..fc296ba3c8204cafab2274903205c5beef4bf521 100644 (file)
--- 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"