summaryrefslogtreecommitdiff
path: root/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-08-18 21:06:24 -0400
committerMicah Anderson <micah@riseup.net>2008-08-18 21:06:24 -0400
commit6ac379bdd75617cfab19c3b175a2e10257444de3 (patch)
tree174a0b650b030fd1f0a43d7de4b87af81ac7e17c /website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
parent1c1d84bc446cc6d55ba4cd5efc7f5a6c3573fa93 (diff)
parentf4d2a81d7fa375af270b95da25acea8b0a0150e5 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'website/bugs/install-seckey2sshagent-in-usr-bin.mdwn')
-rw-r--r--website/bugs/install-seckey2sshagent-in-usr-bin.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn b/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
index 5b19b13..0163727 100644
--- a/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
+++ b/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
@@ -25,3 +25,19 @@ part about verifying you to a server. Then it could say: if you're really
interested, you can run this hacky script but we make no guarantees.
-- Sir Jam Jam
+
+---
+
+I just realized that i think i can test for the presence of [GNU-dummy
+support in
+GnuTLS](http://lists.gnu.org/archive/html/gnutls-devel/2008-08/msg00005.html),
+which means that we can cleanly test whether the proposed [handling of
+passphrase-locked secret
+keys](bugs/handle-passphrase-locked-secret-keys/) is functional. With
+that in mind, I'd like to propose that we could resolve this bug
+simply by adding a new subcommand: `monkeysphere authkey-to-agent`,
+which would fail in the absence of a functionally-patched GnuTLS.
+
+Would this proposal be sufficient to resolve this bug?
+
+--dkg