summaryrefslogtreecommitdiff
path: root/src/subcommands/mh
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 20:11:14 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 20:11:14 -0500
commit585b1c823e7b72f610fb23aeb4fc09f0287a0bdb (patch)
treeaec1745c581873e96bc2b5ae4f5b63607c992f3a /src/subcommands/mh
parent70a815c788108369e29443784e7b0632431834fe (diff)
more big cleanup of host/authentication commands to reflect new
separations.
Diffstat (limited to 'src/subcommands/mh')
-rwxr-xr-xsrc/subcommands/mh/publish-key4
1 files changed, 3 insertions, 1 deletions
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!!!"
}