X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fsubcommands%2Fmh%2Fpublish-key;h=b7ab01d8a247b1e114d50b3fda15e591e2029e86;hb=487fffd53cd109fb7f6291735c1f5cb5a0df8eeb;hp=6c69569fb601dba05a747125632069ca617e7def;hpb=8001b4523c665ee7d9ded64cbdb7081b023b75c1;p=monkeysphere.git diff --git a/src/subcommands/mh/publish-key b/src/subcommands/mh/publish-key index 6c69569..b7ab01d 100644 --- a/src/subcommands/mh/publish-key +++ b/src/subcommands/mh/publish-key @@ -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!!!" }