summaryrefslogtreecommitdiff
path: root/src/subcommands/mh/publish-key
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 20:34:34 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 20:34:34 -0500
commit478cc34eee374166aae51f8598aa392e1fbfdde6 (patch)
tree0d4701431f004cacd52995679e7fd28e2af9baa9 /src/subcommands/mh/publish-key
parent334f15b617fd89162336697e73c7f5645f0d1d3d (diff)
parent2b5cd0f910f28a601bcecfe68cdfc1ffd9b1362c (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src/subcommands/mh/publish-key')
-rw-r--r--src/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 6c69569..b7ab01d 100644
--- a/src/subcommands/mh/publish-key
+++ b/src/subcommands/mh/publish-key
@@ -24,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!!!"
}