[Bug 3558] Spelling "yes" as "Yes" in sshd_config has a fatal result

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 4 09:56:49 AEST 2023


https://bugzilla.mindrot.org/show_bug.cgi?id=3558

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #6 from Damien Miller <djm at mindrot.org> ---
note that sshd doesn't do graceful configuration reload - on SIGHUP it
re-executes itself to pick up the new configuration, so "reload" is
almost exactly equivalent to restarting from scratch, maybe with a
little less latency.

We do provide a number of hooks to validate a config. IMO the systemd
unit should use those _and_ not kill existing sessions on
reload/restart. I can't imagine why anyone would want that latter
behaviour...

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list