summaryrefslogtreecommitdiff
path: root/tests/home/testuser/.ssh/config
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 01:51:13 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 01:51:13 -0400
commit8859ba489c1234a3920cb121c177d06b3b8779f7 (patch)
tree502d884c7f7f544143956ada37b357aff2ed5e38 /tests/home/testuser/.ssh/config
parent485b28a03e3f53361a4084921b1d3c68c0fda968 (diff)
testing: move ProxyCommand into a simple shell script to ease invocation (shell logical operators do not work directly in ProxyCommand argument).
Diffstat (limited to 'tests/home/testuser/.ssh/config')
-rw-r--r--tests/home/testuser/.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config
index 8610bc9..113a511 100644
--- a/tests/home/testuser/.ssh/config
+++ b/tests/home/testuser/.ssh/config
@@ -6,4 +6,4 @@ RSAAuthentication no
GSSAPIAuthentication no
StrictHostKeyChecking yes
-# UserKnownHostsFile will be filled in dynamically.
+# UserKnownHostsFile and ProxyCommand will be filled in dynamically.