From 004462b40ea156b783456463b042a8f71bd22d1e Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 30 Sep 2019 12:23:00 -0400 Subject: Base case re #717 works now. Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O --- tests/configs/match-host-canonicalized | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/configs/match-host-canonicalized (limited to 'tests/configs/match-host-canonicalized') diff --git a/tests/configs/match-host-canonicalized b/tests/configs/match-host-canonicalized new file mode 100644 index 00000000..347242a0 --- /dev/null +++ b/tests/configs/match-host-canonicalized @@ -0,0 +1,10 @@ +CanonicalizeHostname yes +CanonicalDomains paramiko.org + +Match host www.paramiko.org + User rand + +Match canonical host docs.paramiko.org + User eric + + -- cgit v1.2.3