summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/basic2
-rw-r--r--tests/home/testuser/.ssh/config2
2 files changed, 2 insertions, 2 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
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config
index 566d1c0..8610bc9 100644
--- a/tests/home/testuser/.ssh/config
+++ b/tests/home/testuser/.ssh/config
@@ -6,4 +6,4 @@ RSAAuthentication no
GSSAPIAuthentication no
StrictHostKeyChecking yes
-# UserKnownHosts file will be filled in dynamically.
+# UserKnownHostsFile will be filled in dynamically.