@cryptotaxi247 / infra / commits / 64dab217

PRioritize certs

Eelco Dolstra committed Mar 19, 2022 at 01:28 UTC 64dab2175a08cf9ef93d83fb3901010c9f6f2239
1 file changed +1 -1
delft/hydra.nix
+1 -1
@@ -78,7 +78,7 @@ in
78 systemd.services.hydra-queue-runner.wantedBy = mkForce [];
79 systemd.services.hydra-queue-runner.requires = mkForce [];
80
81 - programs.ssh.hostKeyAlgorithms = [ "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256" "rsa-sha2-512-cert-v01@openssh.com" ];
81 + programs.ssh.hostKeyAlgorithms = [ "rsa-sha2-512-cert-v01@openssh.com" "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256"];
82 programs.ssh.extraConfig = mkAfter
83 ''
84 ServerAliveInterval 120