devices/vmd32387: allow max 32 SSH connections
This commit is contained in:
parent
94612846ea
commit
5bdd8dae6c
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.sshd.serviceConfig = {
|
||||||
|
TasksMax = 32;
|
||||||
|
};
|
||||||
|
|
||||||
systemd.timers."sshd-status" = {
|
systemd.timers."sshd-status" = {
|
||||||
description = "Timer to trigger sshd-status periodically";
|
description = "Timer to trigger sshd-status periodically";
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue