From: Daniel Kahn Gillmor Date: Fri, 20 Feb 2009 05:50:46 +0000 (-0500) Subject: document why monkeysphere import-subkey is not yet working. X-Git-Tag: monkeysphere_0.23~30 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2401c44bf177ca12f135109eb03b8610313f0218;hp=b15d917fc6ac1d5258ade0ff14f5ee6eda6892ee;p=monkeysphere.git document why monkeysphere import-subkey is not yet working. --- 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