CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/07/04 03:51:01
Modified files: usr.bin/ssh : sshd.c Log message: Fix mistracking of MaxStartups process exits in some situations. At worst, this can cause all MaxStartups slots to fill and sshd to refuse new connections. Diagnosis by xnor; ok dtucker@