https://bugzilla.mindrot.org/show_bug.cgi?id=3723
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- What operating system are you using? Did you get your openssh packages from your OS vendor? I ask because OpenSSH doesn't have any integration with systemd that would support tracking of connections without shell/login sessions. It's possible your OS vendor has added this, but done it in a manner that causes the problem you mention. sshd doesn't set any limit on concurrent active connections nor does it terminate connections without shell/login sessions automatically by default. OpenSSH 9.2 added an UnusedConnectionTimeout option that you might find useful here. It allows connections without shell/login sessions to be automatically terminated for inactivity after a configurable interval. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
