fix regression introduced when I switched the "Match" criteria tokeniser
authordjm <djm@openbsd.org>
Wed, 25 Sep 2024 01:24:04 +0000 (01:24 +0000)
committerdjm <djm@openbsd.org>
Wed, 25 Sep 2024 01:24:04 +0000 (01:24 +0000)
commitc2ff6de80348ed0a3544eae49a6fb4f81ec30ed0
treede82dbe867719d086a9769ea4d7cb819b074b07e
parentcc67ceff402c665a8dd21818cd8878058e410ed3
fix regression introduced when I switched the "Match" criteria tokeniser
to a more shell-like one. Apparently the old tokeniser (accidentally?)
allowed "Match criteria=argument" as well as the "Match criteria argument"
syntax that we tested for.

People were using this syntax so this adds back support for
"Match criteria=argument"

bz3739 ok dtucker
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/readconf.c
usr.bin/ssh/servconf.c