forked from the-distro/infra
raito
e00d0331ec
Let's ensure that all our servers are aware of all host keys to avoid host key verification issues when needed. (example: buildbot → gerrit) Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
7 lines
172 B
Nix
7 lines
172 B
Nix
{ ... }:
|
|
{
|
|
programs.ssh.knownHosts = {
|
|
"[cl.forkos.org]:29418".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM82mJ259C8Nc+BHHNBeRWXWhL3dfirQhmFbDAwHMle3";
|
|
};
|
|
}
|