diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 20:59:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 20:59:43 -0300 |
commit | b131906cb5b03a5c230f6d12d7823ca95fe9891a (patch) | |
tree | 36c4fdd2deba2883e68a5ae2214d88f11b01ba79 | |
parent | 0ff32d1b9736da827f0476951b72a07b20d49cdf (diff) | |
download | kvmx-b131906cb5b03a5c230f6d12d7823ca95fe9891a.tar.gz kvmx-b131906cb5b03a5c230f6d12d7823ca95fe9891a.tar.bz2 |
Comment out ssh_support from kvmx-create
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create index e98f29a..59e4117 100755 --- a/kvmx-create +++ b/kvmx-create @@ -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" |