summaryrefslogtreecommitdiff
path: root/src/share/m
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 00:50:46 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 00:50:46 -0500
commit2401c44bf177ca12f135109eb03b8610313f0218 (patch)
treeecb499e360b322c1aab0bc76b0274634be10a437 /src/share/m
parentb15d917fc6ac1d5258ade0ff14f5ee6eda6892ee (diff)
document why monkeysphere import-subkey is not yet working.
Diffstat (limited to 'src/share/m')
-rw-r--r--src/share/m/import_subkey7
1 files changed, 6 insertions, 1 deletions
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