X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fmh%2Frevoke-key;fp=src%2Fsubcommands%2Fmh%2Frevoke-key;h=b4ce40115388536b6eb65f4f2e2776f2a1d3fce2;hb=b7e17887ac20bc5916d830f5282b07f4c0360c2a;hp=0000000000000000000000000000000000000000;hpb=53fdf9b3e431d9f3538c1b2196276492bec2fc7e;p=monkeysphere.git diff --git a/src/subcommands/mh/revoke-key b/src/subcommands/mh/revoke-key new file mode 100755 index 0000000..b4ce401 --- /dev/null +++ b/src/subcommands/mh/revoke-key @@ -0,0 +1,16 @@ +#!/usr/bin/env bash + +# Monkeysphere host revoke-key subcommand +# +# The monkeysphere scripts are written by: +# Jameson Rollins +# Jamie McClelland +# Daniel Kahn Gillmor +# +# They are Copyright 2008, and are all released under the GPL, version 3 +# or later. + +# revoke host key + +# FIXME: implement! +failure "not implemented yet!"