From: Daniel Kahn Gillmor Date: Sun, 26 Oct 2008 05:07:41 +0000 (-0400) Subject: testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile. X-Git-Tag: monkeysphere_0.16-1~12 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f0fc313acc49c2f24cfc4d7e0a49fb7c1e3755f7;hp=a718b8d343f7b7de02be1a27a9f98a0ae52f0071;p=monkeysphere.git testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile. --- 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 < "$TEMPDIR"/testuser/.ssh/config -UserKnownHosts $TEMPDIR/testuser/.ssh/known_hosts +UserKnownHostsFile $TEMPDIR/testuser/.ssh/known_hosts EOF cat < "$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.