diff options
Diffstat (limited to 'kvmx-create')
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmx-create b/kvmx-create index d06c2b4..31646eb 100755 --- a/kvmx-create +++ b/kvmx-create @@ -103,6 +103,8 @@ function kvmx_config { kvmx_user_config arch amd64 "System arch" kvmx_user_config version stretch "Distro version" kvmx_user_config mirror http://http.debian.net/debian/ "Debian mirror" + 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)" } # Load config file |