diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-25 15:04:19 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-25 15:04:19 -0400 |
commit | 46aa44a14c0812905d3f13ebbd84981cd5f87fd2 (patch) | |
tree | cdb3f4e25e0ebe842b47e16508948bea2c5dcece /tests | |
parent | 8473500c66d561b6b8a317d93199f5e653dd8980 (diff) |
fix path to sshd_config in test script
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 3f94856..e14b765 100755 --- a/tests/basic +++ b/tests/basic @@ -92,7 +92,7 @@ echo "### adding admin as certifier..." monkeysphere-server add-identity-certifier "$TESTDIR"/home/admin/.gnupg/pubkey.gpg # initialize base sshd_config -cp etc/ssh/sshd_config "$TEMPDIR"/sshd_config +cp etc/ssh/sshd_config "$SSHD_CONFIG" # write the sshd_config cat <<EOF >> "$SSHD_CONFIG" HostKey ${MONKEYSPHERE_SYSDATADIR}/ssh_host_rsa_key |