]> git.proxmox.com Git - pve-installer.git/commit
auto-installer: add new `system.root_ssh_keys` answer option
authorChristoph Heiss <c.heiss@proxmox.com>
Mon, 22 Apr 2024 12:11:06 +0000 (14:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 12:31:37 +0000 (14:31 +0200)
commitdd29e294547f9f97d67accca790dde242e0e71bb
treeefcace2ebfe920a96ef99976d178076b16e55864
parent98036cb12dd879a150bc53176801b35e573af21e
auto-installer: add new `system.root_ssh_keys` answer option

.. for declaratively adding SSH keys to the installed system. This is a
list of SSH public keys added to `/root/.ssh/authorized_keys` after the
installation has finished.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-auto-installer/src/answer.rs
proxmox-auto-installer/src/bin/proxmox-auto-installer.rs
proxmox-auto-installer/src/utils.rs