change ssh host key

This commit is contained in:
Felix Suchert 2023-02-06 12:26:16 +01:00
parent a950cf42b9
commit fc36506afd
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -98,7 +98,7 @@ in
speedFactor = 2; speedFactor = 2;
supportedFeatures = [ "big-parallel" "kvm" ]; supportedFeatures = [ "big-parallel" "kvm" ];
mandatoryFeatures = [ ]; mandatoryFeatures = [ ];
publicHostKey = "SHA256:SfJsD3fGfj+XIrbvC8BSc4hB4q81NIfEKmJjErEhMdA"; publicHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIISpV7qRTdGWVZX4YHNqXepX66T+E5tgBnp0NRNNkJo7 root@ada";
sshKey = "/home/felix/.ssh/id_ed25519"; sshKey = "/home/felix/.ssh/id_ed25519";
# } # }
# { # {