update keytrans test to produce more reasonable output
[monkeysphere.git] / website / bugs / monkeysphere-gen-subkey-fails-without-agent.mdwn
index c0b3244a670617144bba31f3addf01bd4d103c4e..e97b49ca227f4cfc459721721e2af1a09b32ee7b 100644 (file)
@@ -121,3 +121,24 @@ up specifically for the process).
 
 If we're not OK with relying on the agent, `--gen-subkey` needs
 fixing.
+
+---
+
+I think requiring the agent and using it for getting the passphrase is
+fine.  That should make this bug fairly easy to fix, so I'll get on
+it.
+
+-- BJ (jgr)
+
+---
+
+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.