From e5e41eb0651bf74398b449d81ede51086dd25167 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 15 Feb 2009 22:51:17 -0500 Subject: fix the publish_key function for new gpg_sphere. --- src/share/mh/publish_key | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/share/mh') 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}!'" } -- cgit v1.2.3