summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-15 16:51:35 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-15 16:51:35 -0400
commit78fe687a40613136c72bf3fcf16939d4415d4a1c (patch)
tree68061c049337604e659b2f91f974775ef43caaf9 /website
parentb0ea15c8e359a908583e08da0663d69e353c77dc (diff)
fixing gen-subkey when no agent is present.
Diffstat (limited to 'website')
-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.