- Contributor and Date: rueda on 2024-05-17 from the puffy-does-the-splits dept.
Commit Details:
Damien Miller (
djm@
) started splittingsshd(8)
into multiple binaries with the following commit:- Modified files: usr.bin/ssh and usr.bin/ssh/sshd with various source code files.
- Added file: usr.bin/ssh/sshd-session.
- Log message: Start splitting sshd into separate binaries, reducing listener process and setting up for future work.
- After the changes, with a single
ssh
client session, we seesshd-session
processes instead of the previous "ssh-session"
being "sshd
". - The new sshd-session joins binaries relinked on boot.
- Important Note: If updating via source, restart sshd after installation to avoid locking oneself out.
- Thought: Security engineering work on OpenSSH is pleasing and it will be interesting to see if similar changes are made to other daemons in the OpenBSD base system.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。