From f365cc0d217c895d1741c5cba8b03dd75064e33f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Mar 2017 15:17:12 -0300 Subject: Support for custom SSH keypair per virtual machine --- kvmxfile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index 99fad1d..631678d 100644 --- a/kvmxfile +++ b/kvmxfile @@ -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" -- cgit v1.2.3