diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 15:17:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 15:17:12 -0300 |
commit | f365cc0d217c895d1741c5cba8b03dd75064e33f (patch) | |
tree | 2bc248101147678aac707e1ce6b0bd6f8ef0565d /kvmxfile | |
parent | 9861c861b55e7f8efca6532a3968b16eb59e9e58 (diff) | |
download | kvmx-f365cc0d217c895d1741c5cba8b03dd75064e33f.tar.gz kvmx-f365cc0d217c895d1741c5cba8b03dd75064e33f.tar.bz2 |
Support for custom SSH keypair per virtual machine
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" |