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