From 5829a44f01ff807ba90757660c7277119c02a4f986d8f4ce802e4dca933dbb2e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Mar 2017 11:01:26 +0000 Subject: [PATCH] Accepting request 459897 from home:elvigia:branches:network - sshd.service: Set TasksMax=infinity, as there should be no limit on the amount of tasks sshd can run. OBS-URL: https://build.opensuse.org/request/show/459897 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=115 --- openssh-askpass-gnome.spec | 2 +- openssh.changes | 6 ++++++ openssh.spec | 2 +- sshd.service | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/openssh-askpass-gnome.spec b/openssh-askpass-gnome.spec index e76d15a..f64bb63 100644 --- a/openssh-askpass-gnome.spec +++ b/openssh-askpass-gnome.spec @@ -1,7 +1,7 @@ # # spec file for package openssh-askpass-gnome # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/openssh.changes b/openssh.changes index 75dcc5a..ba740ee 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 22 19:31:08 UTC 2017 - crrodriguez@opensuse.org + +- sshd.service: Set TasksMax=infinity, as there should be + no limit on the amount of tasks sshd can run. + ------------------------------------------------------------------- Thu Sep 29 23:27:49 UTC 2016 - pcerny@suse.com diff --git a/openssh.spec b/openssh.spec index 8a0d1f6..0f3fab6 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,7 +1,7 @@ # # spec file for package openssh # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/sshd.service b/sshd.service index 2c02aa5..f455f1c 100644 --- a/sshd.service +++ b/sshd.service @@ -9,6 +9,7 @@ ExecStart=/usr/sbin/sshd -D $SSHD_OPTS ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=always +TasksMax=infinity [Install] WantedBy=multi-user.target