summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-15 15:04:53 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-15 15:10:02 -0700
commit46586fc0f24e24166a52c2a0efb3e2ab838eea81 (patch)
tree4e1986278410f4e90e3a5ec70b11b10b14d67220 /website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
parentcb05f332e617e346aa533d6dde02fb11c6148799 (diff)
parentc9acc1237d8e21d74fe7070af1b061c888664e8b (diff)
Merge commit 'dkg/master'
Conflicts: debian/changelog
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.