diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-01-31 20:34:34 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-01-31 20:34:34 -0500 |
commit | 478cc34eee374166aae51f8598aa392e1fbfdde6 (patch) | |
tree | 0d4701431f004cacd52995679e7fd28e2af9baa9 /src/subcommands/mh/publish-key | |
parent | 334f15b617fd89162336697e73c7f5645f0d1d3d (diff) | |
parent | 2b5cd0f910f28a601bcecfe68cdfc1ffd9b1362c (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/subcommands/mh/publish-key')
-rw-r--r-- | src/subcommands/mh/publish-key | 4 |
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!!!" } |