|
|
|
|
|
by ajross
437 days ago
|
|
> hard to believe RAM considerations was the reason for the “first match” design of sshd’s config And I repeat: first match involves less code. It's a simpler design. The RAM point was an interesting digression, I literally put it in parentheses! |
|
The difference is just either: overwriting values or exiting in the presence of a match. Either way it’s the same parser rules you have to write for the config file structure.