projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8473500
)
fix path to sshd_config in test script
author
Jameson Graef Rollins
<jrollins@phys.columbia.edu>
Sat, 25 Oct 2008 19:04:19 +0000
(15:04 -0400)
committer
Jameson Graef Rollins
<jrollins@phys.columbia.edu>
Sat, 25 Oct 2008 19:04:19 +0000
(15:04 -0400)
tests/basic
patch
|
blob
|
history
diff --git
a/tests/basic
b/tests/basic
index 3f948560bbc0c809c1e6f3db2e4576275ce01928..e14b7654156a131b355d556cfd5579363686ae8f 100755
(executable)
--- 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