X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Fpublish-key;h=7baefc4d7670e21868019fca2388ea5b51aa0c7c;hb=585b1c823e7b72f610fb23aeb4fc09f0287a0bdb;hp=8b36a18a39f21964dac7c87a58dfecd8f679756a;hpb=70a815c788108369e29443784e7b0632431834fe;p=monkeysphere.git 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!!!" }