summaryrefslogtreecommitdiff
path: root/src/subcommands/mh/publish-key
diff options
context:
space:
mode:
Diffstat (limited to 'src/subcommands/mh/publish-key')
-rwxr-xr-xsrc/subcommands/mh/publish-key4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/subcommands/mh/publish-key b/src/subcommands/mh/publish-key
index 8b36a18..7baefc4 100755
--- a/src/subcommands/mh/publish-key
+++ b/src/subcommands/mh/publish-key
@@ -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!!!"
}