-
Gerd v. Egidy authored
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="
Gerd v. Egidy authoredIt 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="
Loading