systemrescue-zfs/airootfs/etc/systemd
Gerd v. Egidy 5cf652ec56 Add new option "ssh_known_hosts" to the sysconfig section of the yaml config
It allows to preconfigure a list of known host keys.
But the primary use case will probably be trusting signatures from SSH CAs for host keys.

Example:
---
sysconfig:
    ssh_known_hosts:
        myhost.example.org: "ssh-ed25519 AAAAC3NzaC1l...JJTO48B"
        "@cert-authority *.mydomain.org": "ssh-rsa AAAAB3NzaC1y...Zhk0="
2023-10-03 20:17:14 +02:00
..
network Drop netctl in favor of systemd-networkd and systemd-resolved 2020-06-29 15:37:29 -03:00
scripts Add new option "ssh_known_hosts" to the sysconfig section of the yaml config 2023-10-03 20:17:14 +02:00
system Split initialization of SystemRescue into parts done before and in parallel to networking (#304) 2022-10-16 12:33:25 +02:00