tsuki/ssh: set Macs
This commit is contained in:
parent
a11ba13813
commit
ccc72027c5
@ -58,6 +58,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
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 = {
|
systemd.services."sshd@".serviceConfig = {
|
||||||
Nice = -15;
|
Nice = -15;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user