This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients gregory.p.smith, l4mer, r.david.murray
Date 2017-10-06.13:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507295497.1.0.213398074469.issue31712@psf.upfronthosting.co.za>
In-reply-to
Content
Given the title, are you saying that it works if you omit the stderr=subprocess.STDOUT?  At the beginning you say you are using an authorized key and mux so you don't need to enter a password, and at the end you say it works fine if the MUX is created.  So that sounds like the failure is when you are trying to establish the first connection.  Perhaps the problem is that the subprocess doesn't have access to your key for some reason, and therefore ssh is prompting for a password?
History
Date User Action Args
2017-10-06 13:11:37r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, l4mer
2017-10-06 13:11:37r.david.murraysetmessageid: <1507295497.1.0.213398074469.issue31712@psf.upfronthosting.co.za>
2017-10-06 13:11:37r.david.murraylinkissue31712 messages
2017-10-06 13:11:36r.david.murraycreate