OpenBSD CVS

CVS log for src/usr.bin/ssh/monitor_wrap.c


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: HEAD


Revision 1.130 / (download) - annotate - [select for diffs], Fri May 17 00:30:24 2024 UTC (6 days, 13 hours ago) by djm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.129: +139 -39 lines
Diff to previous 1.129 (colored)

Start the process of splitting sshd into separate binaries. This step
splits sshd into a listener and a session binary. More splits are
planned.

After this changes, the listener binary will validate the configuration,
load the hostkeys, listen on port 22 and manage MaxStartups only. All
session handling will be performed by a new sshd-session binary that the
listener fork+execs.

This reduces the listener process to the minimum necessary and sets us
up for future work on the sshd-session binary.

feedback/ok markus@ deraadt@

NB. if you're updating via source, please restart sshd after installing,
otherwise you run the risk of locking yourself out.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.