From c0a41d4c63458d2e04beebf332689ffc3c045ec4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 Apr 2017 18:40:29 -0300 Subject: Updates kvmxfile --- kvmxfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/kvmxfile b/kvmxfile index fc3eae2..bd74d1a 100644 --- a/kvmxfile +++ b/kvmxfile @@ -5,6 +5,12 @@ # Which base box you should use. Leave unconfigured to use kvmx-create instead. basebox="stretch" +# First user name +user="user" + +# First user password +password="$RANDOM" + # Set this is you want to be able to share folders between host and guest. shared_folder="." shared_folder_mountpoint="/home/user/code/$VM" @@ -48,3 +54,19 @@ version="stretch" # Debian mirror mirror="http://http.debian.net/debian/" + +# Enables remote administration using SSH. With this configuration enabled, +# kvmx will be able to administer a running virtual machine using SSH access +# inside the virtual machine. +ssh_support="y" + +# Use a custom, per-virtual-machine generated SSH keypair. If you disable this +# configuration but still want guest administration using SSH, the default +# insecure keypair will be used. +# +# Please note that this setting won't take effect if you're using a basebox. +# In that case the basebox keypair will be used if it exists, otherwise kvmx +# fallsback to the default insecure keypair. +# +# This setting is used during virtual machine bootstrapping by kvmx-create. +ssh_custom="y" -- cgit v1.2.3