Merge commit 'dkg/master'
[monkeysphere.git] / src / subcommands / mh / publish-key
index 6c69569fb601dba05a747125632069ca617e7def..b7ab01d8a247b1e114d50b3fda15e591e2029e86 100644 (file)
@@ -24,6 +24,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!!!"
 
 }