Lines Matching full:match
4 tid="sshd_config match"
46 echo "Match user $USER" >>$OBJ/sshd_proxy
48 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config
52 echo "Match Address 127.0.0.1" >>$OBJ/sshd_proxy
59 # Test Match + PermitOpen in sshd_config. This should be permitted
61 trace "match permitopen localhost proto $p"
64 fail "match permitopen permit proto $p"
70 trace "match permitopen proxy proto $p"
73 fail "match permitopen deny proto $p"
83 trace "match permitopen proxy w/key opts proto $p"
86 fail "match permitopen deny w/key opt proto $p"
93 trace "match permitopen localhost proto $p"
96 fail "match permitopen permit proto $p"
102 echo "Match User $USER" >>$OBJ/sshd_proxy
105 # Test that a Match overrides a PermitOpen in the global section
107 trace "match permitopen proxy w/key opts proto $p"
110 fail "match override permitopen proto $p"
116 echo "Match User NoSuchUser" >>$OBJ/sshd_proxy
119 # Test that a rule that doesn't match doesn't override, plus test a