mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
net-misc/openssh: Remove socket-activation rate limiting
The existing limit will cause SSH access to be disabled when 200 connections are established in two seconds.
This commit is contained in:
parent
0f3a898e7d
commit
7abb6a86ed
@ -5,6 +5,7 @@ Conflicts=sshd.service
|
|||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=22
|
ListenStream=22
|
||||||
Accept=yes
|
Accept=yes
|
||||||
|
TriggerLimitBurst=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sockets.target
|
WantedBy=sockets.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user