CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/03 19:16:11
Modified files:
usr.bin/ssh : misc.c misc.h readconf.c readconf.h servconf.c
Log message:
Separate parsing of string array options from applying them to the
active configuration. This fixes the config parser from erroneously
rejecting cases like:
AuthenticationMethods password
Match User ivy
AuthenticationMethods any
bz3657 ok markus@
