Lines Matching full:match
1 # $OpenBSD: match-subsystem.sh,v 1.1 2023/09/06 23:36:09 djm Exp $
4 tid="sshd_config match subsystem"
37 # Subsystem in match all block
40 Match all
43 try_subsystem "match all" xxx 21
45 # No clobber in match all block
48 Match all
52 try_subsystem "match all no clobber" xxx 21
54 # Subsystem in match user block
57 Match user *
60 try_subsystem "match user" xxx 20
62 # No clobber in match user block
65 Match user *
68 Match all
71 try_subsystem "match user no clobber" xxx 20
73 # Override main with match all
77 Match all
80 try_subsystem "match all override" xxx 19
82 # Override main with match user
86 Match user *
89 try_subsystem "match user override" xxx 18