Comment 4 for bug 40508

Revision history for this message
Robert Collins (lifeless) wrote : Re: ssh password problems with new bzr

what about ssh -f ? that seems like it might do the trick.
or -o BatchMode ?

I think that its better to not support passwords than to have broken locks on ctrl-C, to be honest.

Alternately we could use a subprocess of our own that will wait for traffic to bzr to flow and then setpgrp. Don't know if that would work or not.