diff options
Diffstat (limited to 'src/subcommands/mh/revoke-key')
-rwxr-xr-x | src/subcommands/mh/revoke-key | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subcommands/mh/revoke-key b/src/subcommands/mh/revoke-key index b4ce401..3810a0b 100755 --- a/src/subcommands/mh/revoke-key +++ b/src/subcommands/mh/revoke-key @@ -12,5 +12,9 @@ # revoke host key +revoke_key() { + # FIXME: implement! failure "not implemented yet!" + +} |