From 72937c922f49e4e98115b8e99de117cc0559a279 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 25 Feb 2022 19:31:35 -0500 Subject: [PATCH] add new file limit configuration for sshd --- systemd/system/sshd.service.d/limits.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 systemd/system/sshd.service.d/limits.conf diff --git a/systemd/system/sshd.service.d/limits.conf b/systemd/system/sshd.service.d/limits.conf new file mode 100644 index 0000000..7b6ed9a --- /dev/null +++ b/systemd/system/sshd.service.d/limits.conf @@ -0,0 +1,2 @@ +[Service] +LimitNOFILE=8192