aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-24 15:17:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-24 15:17:12 -0300
commitf365cc0d217c895d1741c5cba8b03dd75064e33f (patch)
tree2bc248101147678aac707e1ce6b0bd6f8ef0565d /kvmxfile
parent9861c861b55e7f8efca6532a3968b16eb59e9e58 (diff)
downloadkvmx-f365cc0d217c895d1741c5cba8b03dd75064e33f.tar.gz
kvmx-f365cc0d217c895d1741c5cba8b03dd75064e33f.tar.bz2
Support for custom SSH keypair per virtual machine
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile11
1 files changed, 11 insertions, 0 deletions
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"