Comment 5 for bug 40508

Revision history for this message
Martin Pool (mbp) wrote : Re: ssh password problems with new bzr

ssh -f seems to cause ssh to close stdin and stdout, so wouldn't be suitable.

-o BatchMode would disable password prompts.

Perhaps a better solution for bug 5987 is to ignore SIGINT in the child before starting ssh? I *think* ignored signals are retained across exec(), but I haven't checked yet.