more comments on bugs.
[monkeysphere.git] / website / bugs / monkeysphere-gen-subkey-fails-without-agent.mdwn
index c0b3244a670617144bba31f3addf01bd4d103c4e..7e735d287cff929da3eacf066fd3538ee1788541 100644 (file)
@@ -121,3 +121,17 @@ 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](handle-passphrase-locked-secret-keys).