From 2401c44bf177ca12f135109eb03b8610313f0218 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 20 Feb 2009 00:50:46 -0500 Subject: [PATCH] document why monkeysphere import-subkey is not yet working. --- src/share/m/import_subkey | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/share/m/import_subkey b/src/share/m/import_subkey index 7333f80..8d60f26 100644 --- a/src/share/m/import_subkey +++ b/src/share/m/import_subkey @@ -13,6 +13,11 @@ # import an existing ssh key as a gpg subkey +## 2009-02-20 00:49:11-0500: This is not implemented yet, because we +## don't currently have a good way to manipulate the user's OpenPGP +## secret key such that we could make a proper subkey binding +## signature. + import_subkey() { local sshKeyFile local keyID @@ -20,7 +25,7 @@ import_subkey() { local fifoDir # FIXME: implement! - failure "implement me!" + failure "import-subkey is not implemented yet. We welcome patches. Sorry!" sshKeyFile="$1" shift -- 2.25.1