diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -49,5 +49,16 @@ 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. ssh_custom="y" |