summaryrefslogtreecommitdiff
path: root/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 03:35:16 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 03:35:16 +0100
commit7b2223d9eeefa92ea968836d6c65c4d96461cdf7 (patch)
tree6fa96460e5721d5cb7845aacf665cbfe6bbbb1be /roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
parentopenbsd installer: generate iso with filesets (diff)
openbsd: add site.tgz to further customize the installation
Diffstat (limited to 'roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2')
-rw-r--r--roles/installer/openbsd/autoinstall/templates/auto_install.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2 b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
index 46a87cc8..18e85a80 100644
--- a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
+++ b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
@@ -16,9 +16,9 @@ Change the default console to {{ obsd_autoinstall_serial_device }} = yes
Which speed should {{ obsd_autoinstall_serial_device }} use = {{ obsd_autoinstall_tty_serial | default(115200) }}
{% endif %}
-{# TODO: what if there are more than one ssh keys? #}
+{# we will install only one key for now, install.site will install the rest #}
Public ssh key for root account = {{ ssh_keys_root[0] }}
-Password for root = !
+Password for root = this-very-very-secure-password-will-be-overwritten-by-install.site
Setup a user = no
Start sshd(8) by default = yes
Allow root ssh login = prohibit-password