tsuki/ssh: set Macs

This commit is contained in:
2025-03-13 16:23:46 +01:00
parent a11ba13813
commit ccc72027c5

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;