summaryrefslogtreecommitdiffhomepage
path: root/tests/configs/match-host-canonicalized
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/match-host-canonicalized')
-rw-r--r--tests/configs/match-host-canonicalized10
1 files changed, 10 insertions, 0 deletions
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
+
+