more big cleanup of host/authentication commands to reflect new
[monkeysphere.git] / src / subcommands / mh / publish-key
index 8b36a18a39f21964dac7c87a58dfecd8f679756a..7baefc4d7670e21868019fca2388ea5b51aa0c7c 100755 (executable)
@@ -23,6 +23,8 @@ fi
 fingerprint=$(fingerprint_server_key)
 
 # publish host key
-gpg_authentication "--keyserver $KEYSERVER --send-keys '0x${fingerprint}!'"
+# FIXME: need to define how to do this
+#gpg_authentication "--keyserver $KEYSERVER --send-keys '0x${fingerprint}!'"
+echo "not published!!!"
 
 }