Comment 57 for bug 385495

Revision history for this message
Aleksey Yakovenko (firaxis) wrote :

I was using paramiko+scp backend and encountered with this issue, but for me worked switching to pexpect+scp backend. As a bonus, it much faster(about 6 times) than paramiko. Not sure it's a proper solution, but it works for me.