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:
David Michael 2017-10-10 11:27:50 -07:00
parent 0f3a898e7d
commit 7abb6a86ed
2 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Conflicts=sshd.service
[Socket]
ListenStream=22
Accept=yes
TriggerLimitBurst=0
[Install]
WantedBy=sockets.target