summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-08-15 12:11:01 -0400
committerMicah Anderson <micah@riseup.net>2008-08-15 12:11:01 -0400
commit1c1d84bc446cc6d55ba4cd5efc7f5a6c3573fa93 (patch)
treeb46c469366d1dfba988d2eac697133c8425954f5 /website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
parent4dc13cb9a6c5a82e31875d8b69f060c9eab0cf8f (diff)
parentcb45bed4fce593770b4378fbb13e68cf3b68137a (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.mdwn14
1 files changed, 14 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 c0b3244..51cf57e 100644
--- a/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
+++ b/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
@@ -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](/bugs/handle-passphrase-locked-secret-keys).