fix reference to HOST_FINGERPRINT in show-key, and fix some references
[monkeysphere.git] / tests / basic
index 9844454543b53d42f525e150ec5587b123c421af..4c19a85d834057c1cd5395c389b97f89a87ec82b 100755 (executable)
@@ -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 "##################################################"