diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 09:39:19 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 10:50:46 -0500 |
commit | 951519da879384a08e6f4e161ca00ef3a7d290b1 (patch) | |
tree | 5271a74007157caa32f9cf7534e53d156446de63 /tests/configs/match-exec-canonical | |
parent | 004462b40ea156b783456463b042a8f71bd22d1e (diff) |
Fill in rest of Match exec tests - all pass
Diffstat (limited to 'tests/configs/match-exec-canonical')
-rw-r--r-- | tests/configs/match-exec-canonical | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/configs/match-exec-canonical b/tests/configs/match-exec-canonical new file mode 100644 index 00000000..794ee9d5 --- /dev/null +++ b/tests/configs/match-exec-canonical @@ -0,0 +1,10 @@ +CanonicalDomains paramiko.org +CanonicalizeHostname always + +# This will match in the first, uncanonicalized pass +Match !canonical exec uncanonicalized + User defenseless + +# And this will match the second time +Match canonical exec canonicalized + Port 8007 |