X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fpublish_key;fp=src%2Fshare%2Fmh%2Fpublish_key;h=600dfcf585d2d1122a708ea3b202bf46145db9e9;hb=e5e41eb0651bf74398b449d81ede51086dd25167;hp=988b4503ed18113fbb81ba6a9a9542d842ac842b;hpb=d06d6df892ab42e184d22f9a6686ae6689a711a1;p=monkeysphere.git diff --git a/src/share/mh/publish_key b/src/share/mh/publish_key index 988b450..600dfcf 100644 --- a/src/share/mh/publish_key +++ b/src/share/mh/publish_key @@ -20,12 +20,7 @@ if [ ${OK/y/Y} != 'Y' ] ; then failure "key not published." fi -# find the key fingerprint -fingerprint=$(fingerprint_host_key) - # publish host key -# FIXME: need to define how to do this -#gpg_authentication "--keyserver $KEYSERVER --send-keys '0x${fingerprint}!'" -echo "not published!!!" +gpg_sphere "--keyserver $KEYSERVER --send-keys '0x${HOST_FINGERPRINT}!'" }