sshd.socket: set MaxConnectionsPerSource=16 to limit max-limit-hits deactivation for dos attempts [release 8.8p1-2mamba;Mon Dec 13 2021]
This commit is contained in:
parent
5622a11019
commit
1419f87a8e
@ -6,6 +6,7 @@ ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
|
|||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=22
|
ListenStream=22
|
||||||
Accept=yes
|
Accept=yes
|
||||||
|
MaxConnectionsPerSource=16
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sockets.target
|
WantedBy=sockets.target
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 8.8p1
|
Version: 8.8p1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: OpenSSH free Secure Shell (SSH) implementation
|
Summary: OpenSSH free Secure Shell (SSH) implementation
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -26,7 +26,6 @@ Patch1: openssh-8.2p1-arm-glibc-2.31.patch
|
|||||||
Patch2: openssh-8.4p1-sandbox-seccomp.patch
|
Patch2: openssh-8.4p1-sandbox-seccomp.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
@ -302,6 +301,9 @@ exit 0
|
|||||||
%{_libexecdir}/openssh/ssh-askpass
|
%{_libexecdir}/openssh/ssh-askpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 8.8p1-2mamba
|
||||||
|
- sshd.socket: set MaxConnectionsPerSource=16 to limit max-limit-hits deactivation for dos attempts
|
||||||
|
|
||||||
* Mon Sep 27 2021 Automatic Build System <autodist@mambasoft.it> 8.8p1-1mamba
|
* Mon Sep 27 2021 Automatic Build System <autodist@mambasoft.it> 8.8p1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user