diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:11:14 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:11:14 -0500 |
commit | 585b1c823e7b72f610fb23aeb4fc09f0287a0bdb (patch) | |
tree | aec1745c581873e96bc2b5ae4f5b63607c992f3a /src/subcommands/mh | |
parent | 70a815c788108369e29443784e7b0632431834fe (diff) |
more big cleanup of host/authentication commands to reflect new
separations.
Diffstat (limited to 'src/subcommands/mh')
-rwxr-xr-x | 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 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!!!" } |