flora-6: add back openssh MACs that got removed #233

Merged
b12f merged 1 commit from infra-openssh-mac-defaults into infra 2023-07-07 12:43:52 +00:00

View file

@ -139,6 +139,14 @@ in {
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
Macs = [
"hmac-sha2-512-etm@openssh.com"
"hmac-sha2-256-etm@openssh.com"
"umac-128-etm@openssh.com"
"hmac-sha2-512"
"hmac-sha2-256"
"umac-128@openssh.com"
];
};
};