summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 01:07:41 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 01:07:41 -0400
commitf0fc313acc49c2f24cfc4d7e0a49fb7c1e3755f7 (patch)
treeaf541883154efafd859bd61378f691972ae7e50c /tests/basic
parenta718b8d343f7b7de02be1a27a9f98a0ae52f0071 (diff)
testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile.
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic
index 2314684..30c6d17 100755
--- a/tests/basic
+++ b/tests/basic
@@ -68,7 +68,7 @@ cp -a "$TESTDIR"/home/admin "$TEMPDIR"/
cp -a "$TESTDIR"/home/testuser "$TEMPDIR"/
cat <<EOF > "$TEMPDIR"/testuser/.ssh/config
-UserKnownHosts $TEMPDIR/testuser/.ssh/known_hosts
+UserKnownHostsFile $TEMPDIR/testuser/.ssh/known_hosts
EOF
cat <<EOF > "$TEMPDIR"/testuser/.monkeysphere/monkeysphere.conf