Re-enable "insecure" mac

This commit is contained in:
Charlotte Van Petegem 2023-05-15 22:01:23 +00:00
parent 0fb8947b16
commit 7954879045

View file

@ -28,6 +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" ];
PermitRootLogin = "no";
};
extraConfig = ''