|
|
|
|
|
by NikkiA
2514 days ago
|
|
Running sshd as an on-demand (Type=socket) service would probably work better, since then the sshd process would be new and thus have a better heuristic score - also not be tying up memory sitting unused in the meantime. systemd still seems to run it (Type=notify) with the -D option all the time though, at least on the systems I can check. Dropbear is configured by default as a Type=socket service though. |
|