X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Fpublish-key;h=b7ab01d8a247b1e114d50b3fda15e591e2029e86;hb=478cc34eee374166aae51f8598aa392e1fbfdde6;hp=8b36a18a39f21964dac7c87a58dfecd8f679756a;hpb=a0747749cbc7445e0cadaf0fbf1c92a2e86d1369;p=monkeysphere.git diff --git a/src/subcommands/mh/publish-key b/src/subcommands/mh/publish-key old mode 100755 new mode 100644 index 8b36a18..b7ab01d --- a/src/subcommands/mh/publish-key +++ b/src/subcommands/mh/publish-key @@ -1,13 +1,14 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere host publish-key subcommand # # The monkeysphere scripts are written by: -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # -# They are Copyright 2008, and are all released under the GPL, version 3 +# They are Copyright 2008-2009, and are all released under the GPL, version 3 # or later. # publish server key to keyserver @@ -23,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!!!" }