diff options
Diffstat (limited to 'src/subcommands/mh/publish-key')
-rw-r--r-- | src/subcommands/mh/publish-key | 4 |
1 files changed, 3 insertions, 1 deletions
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!!!" } |