X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fbugs%2Fmonkeysphere-gen-subkey-fails-without-agent.mdwn;h=1e33439bbb390e5a451bd0630fe2853273027e90;hb=30bc68284d25706ff91403a8bdb9a6e126d92e23;hp=7e735d287cff929da3eacf066fd3538ee1788541;hpb=7d5d1b04f621325a986d3345718c12e9ec753391;p=monkeysphere.git diff --git a/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn b/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn index 7e735d2..1e33439 100644 --- a/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn +++ b/website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn @@ -1,4 +1,4 @@ -[[meta title="monkeysphere --gen-subkey seems to fail if no gpg-agent is running"]] +[[!meta title="monkeysphere --gen-subkey seems to fail if no gpg-agent is running"]] Consider the following transcript of a user who starts with no OpenPGP key in the first place: @@ -134,4 +134,11 @@ it. 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). +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.