]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Comment out ssh_support from kvmx-create
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jun 2018 23:59:43 +0000 (20:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jun 2018 23:59:43 +0000 (20:59 -0300)
kvmx-create

index e98f29a950a3fe36678a5bb0143786267e3d237e..59e411778e946e531a8a310157d02a42f723901c 100755 (executable)
@@ -114,7 +114,7 @@ function kvmx_config {
   kvmx_user_config   arch              amd64                            "System arch"
   kvmx_user_config   version           stretch                          "Distro version"
   kvmx_user_config   mirror            https://deb.debian.org/debian/   "Debian mirror"
-  kvmx_user_config   ssh_support       y                                "Administration using passwordless SSH (y/n)"
+  #kvmx_user_config  ssh_support       y                                "Administration using passwordless SSH (y/n)"
   kvmx_user_config   ssh_custom        y                                "Setup a custom SSH keypair (y/n)"
   kvmx_user_config   user              user                             "Initial user name"
   kvmx_user_config   password          $default_password                "Initial user password"