From 585b1c823e7b72f610fb23aeb4fc09f0287a0bdb Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 20:11:14 -0500 Subject: more big cleanup of host/authentication commands to reflect new separations. --- src/subcommands/mh/publish-key | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/subcommands/mh/publish-key') 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!!!" } -- cgit v1.2.3