diskimage-builder/elements/runtime-ssh-host-keys
Matthew Thode 3571647692
Add pkg-map for gentoo to runtime-ssh-host-keys
Openssh is provided by default so it is not needed to be installed here.

Change-Id: Id86f9a1d214c775570f0c9e2df4ea81367bb5b7e
2016-10-06 11:57:34 -05:00
..
cleanup.d Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
init-scripts Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
post-install.d Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
README.rst Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
element-deps Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
package-installs.yaml Create runtime-ssh-host-keys element 2016-09-26 12:32:38 -04:00
pkg-map Add pkg-map for gentoo to runtime-ssh-host-keys 2016-10-06 11:57:34 -05:00

README.rst

runtime-ssh-host-keys

An element to generate SSH host keys on first boot.

Since ssh key generation is not yet common to all operating systems, we need to create a DIB element to manage this. We force the removal of the SSH host keys, then add init scripts to generate them on first boot.

This element currently supports Debian and Ubuntu (both systemd and upstart).