summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-19 00:59:03 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-19 00:59:03 -0500
commita7d9d68be60e5d46c016806a47227cd2f2e5a6c7 (patch)
tree93259f1aceeebd54b3c70aef76b44604aad7ab19 /tests/basic
parentd09b0814096b1660c3a300e939091a58622a57a6 (diff)
parent68299f9faebcf3c54382aca3d662b35172f6a968 (diff)
Merge commit 'dkg/master'
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 18e3019..9ae9c1c 100755
--- a/tests/basic
+++ b/tests/basic
@@ -158,7 +158,7 @@ cp "$TESTDIR"/etc/ssh/sshd_config "$SSHD_CONFIG"
# write the sshd_config
cat <<EOF >> "$SSHD_CONFIG"
HostKey ${MONKEYSPHERE_SYSDATADIR}/ssh_host_rsa_key
-AuthorizedKeysFile ${MONKEYSPHERE_SYSDATADIR}/authentication/authorized_keys/%u
+AuthorizedKeysFile ${MONKEYSPHERE_SYSDATADIR}/authorized_keys/%u
EOF