tsuki/ssh: set Macs

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-13 16:23:46 +01:00
parent a11ba13813
commit ccc72027c5
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -58,6 +58,12 @@
};
services.openssh.enable = true;
services.openssh.settings.Macs = [
"hmac-sha2-512-etm@openssh.com"
"hmac-sha2-256-etm@openssh.com"
"umac-128-etm@openssh.com"
"hmac-sha2-512"
];
systemd.services."sshd@".serviceConfig = {
Nice = -15;