summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-16 21:39:17 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-16 21:40:52 -0500
commitcc26b64f9d83de2d9e567f9a1c223233fe0bb860 (patch)
tree7a7489e3d735ee4fc3009af821aa57588fefb391 /tests/basic
parente93a298ec6f9abd80e30a933b0dd84c764d11bff (diff)
fix reference to HOST_FINGERPRINT in show-key, and fix some references
to "expert" in test.
Diffstat (limited to 'tests/basic')
-rwxr-xr-xtests/basic4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic b/tests/basic
index 9844454..4c19a85 100755
--- a/tests/basic
+++ b/tests/basic
@@ -166,9 +166,9 @@ EOF
# import host key
echo "##################################################"
-echo "### testing host key importing..."
+echo "### import host key..."
ssh-keygen -b 1024 -t rsa -N '' -f "$TEMPDIR"/ssh_host_rsa_key
-monkeysphere-host expert import-key testhost < "$TEMPDIR"/ssh_host_rsa_key
+monkeysphere-host import-key testhost < "$TEMPDIR"/ssh_host_rsa_key
# change host key expiration
echo "##################################################"