From e52514a2d11da216e8e2822601a330769b4ce9c0 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 15 May 2023 22:03:07 +0000 Subject: [PATCH] Update config.nix --- modules/services/data-access/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/data-access/config.nix b/modules/services/data-access/config.nix index edae9aa2..ce96bc02 100644 --- a/modules/services/data-access/config.nix +++ b/modules/services/data-access/config.nix @@ -28,7 +28,7 @@ ]; settings = { HostKeyAlgorithms = "+ssh-rsa"; - Macs = [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha-512" ]; + Macs = [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha2-512" ]; PermitRootLogin = "no"; }; extraConfig = ''