document why monkeysphere import-subkey is not yet working.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Feb 2009 05:50:46 +0000 (00:50 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Feb 2009 05:50:46 +0000 (00:50 -0500)
src/share/m/import_subkey

index 7333f808d8c8a0f3fe9b14153c53fa02f2a329a7..8d60f26aaa849cbeeabbeccd8fc2a6f3ea01a9b7 100644 (file)
 
 # 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