summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-gen-subkey-fails-without-agent.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/monkeysphere-gen-subkey-fails-without-agent.mdwn
parent1c1d84bc446cc6d55ba4cd5efc7f5a6c3573fa93 (diff)
parentf4d2a81d7fa375af270b95da25acea8b0a0150e5 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn')
-rw-r--r--website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn b/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
index 51cf57e..e97b49c 100644
--- a/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
+++ b/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
@@ -135,3 +135,10 @@ it.
Alternately, we could use `--passwd-fd` and `ssh-agent`, along the
lines i proposed [for handling passphrase-locked secret
keys](/bugs/handle-passphrase-locked-secret-keys).
+
+---
+
+[[bugs/done]] as of 2008-08-15 16:48:26-0400 (to be released in 0.8-1)
+
+I opted to go with the `ssh-askpass` route, and fall back to echoing
+stuff to a fifo directly if `ssh-askpass` is not available.