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 l4mer
Recipients gregory.p.smith, l4mer, r.david.murray
Date 2017-10-06.13:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507296928.2.0.213398074469.issue31712@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, when you will check point 3 you will notice that we already read id output, so command execute correctly: "uid=0(root" ...
And problem is after that.

Steps I reproduce this issue:
- standard user have keys and
 in ~/.ssh/config
Host *
   ControlMaster auto
   ControlPath /tmp/ssh-%r@%h:%p
   ControlPersist yes

- on root (authorized_key installed)
cat ~user/.ssh/id_rsa.pub >> ~root/.ssh/authorized_keys

- on user, reproduce
ssh root@localhost -O exit # destroy mux
strace python test.py # script I paste before

I hit this problem of few machines, with different linux kernels ...
Seems like generic problem?
History
Date User Action Args
2017-10-06 13:35:28l4mersetrecipients: + l4mer, gregory.p.smith, r.david.murray
2017-10-06 13:35:28l4mersetmessageid: <1507296928.2.0.213398074469.issue31712@psf.upfronthosting.co.za>
2017-10-06 13:35:28l4merlinkissue31712 messages
2017-10-06 13:35:27l4mercreate