summaryrefslogtreecommitdiff
path: root/tests/configs/match-exec-unquoted
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/match-exec-unquoted')
-rw-r--r--tests/configs/match-exec-unquoted8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/configs/match-exec-unquoted b/tests/configs/match-exec-unquoted
new file mode 100644
index 00000000..683c7195
--- /dev/null
+++ b/tests/configs/match-exec-unquoted
@@ -0,0 +1,8 @@
+# Sentinel forcing 'Match not working at all' to fail
+Host specific
+ HostName whatevs
+
+Match exec unquoted
+ User unquoted
+
+# vim:set ft=sshconfig :