moved directory for monkeysphere-generated authorized_keys files back to its old...
[monkeysphere.git] / tests / basic
index 18e301936d52b0fc8c464742c8030420a00b6b00..9ae9c1caaaa77237c5a5aff0947b5284572b5971 100755 (executable)
@@ -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