summaryrefslogtreecommitdiff
path: root/tests/configs
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-03-11 18:08:39 -0500
committerJeff Forcier <jeff@bitprophet.org>2022-03-11 18:33:50 -0500
commit5fcb8da16d4b33fa52880c1c3e848654a698d34d (patch)
tree87173c289c907f0bf0f1c2bbba9a4ef11064d945 /tests/configs
parent1bf3dce7255ff2055dcdbc4d29454fb0184dfaf7 (diff)
downloadparamiko-5fcb8da16d4b33fa52880c1c3e848654a698d34d.tar.gz
OpenSSH docs state %C should also work in IdentityFile and Match exec
(at least, of what we presently ourselves support - it's also allowed in others)
Diffstat (limited to 'tests/configs')
-rw-r--r--tests/configs/match-exec2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/match-exec b/tests/configs/match-exec
index 763346ea..62a147aa 100644
--- a/tests/configs/match-exec
+++ b/tests/configs/match-exec
@@ -12,5 +12,5 @@ Host target
User intermediate
HostName configured
-Match exec "%d %h %L %l %n %p %r %u"
+Match exec "%C %d %h %L %l %n %p %r %u"
Port 1337