diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 00:59:03 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 00:59:03 -0500 |
commit | a7d9d68be60e5d46c016806a47227cd2f2e5a6c7 (patch) | |
tree | 93259f1aceeebd54b3c70aef76b44604aad7ab19 /tests/basic | |
parent | d09b0814096b1660c3a300e939091a58622a57a6 (diff) | |
parent | 68299f9faebcf3c54382aca3d662b35172f6a968 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 2 |
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 |