diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 13:48:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 13:48:48 -0300 |
commit | 9861c861b55e7f8efca6532a3968b16eb59e9e58 (patch) | |
tree | a0f8b2f87812aa3329686b1ae2279c0201b65d7c /kvmx-create | |
parent | a2989b09d5ebb71ae93fc4757fab5df88193b1f0 (diff) | |
download | kvmx-9861c861b55e7f8efca6532a3968b16eb59e9e58.tar.gz kvmx-9861c861b55e7f8efca6532a3968b16eb59e9e58.tar.bz2 |
Initialize the clipboard at kvmx-vdagent
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 |