Closed euhruska closed 6 years ago
The error seems to be coming from the ssh login attempts:
AuthenticationFailed: too frequent login attempts, or sshd misconfiguration: read from process failed '[Errno 5] Input/output error' : (/usr//etc/ssh not found.
mux_client_request_session: session request failed: Session open refused by peer
ssh_exchange_identification: read: Connection reset by peer
It might be that the remote machine has a limit on the number of ssh attempts that can be made within a window. So, when you run your scripts concurrently (or in short intervals) you cross the limit and face this issue.
I think the solution really is it increase the interval between the attempts. If you are automating the extasy runs, is it possible to put a sleep(60) (or something similar) between the attempts.
I submit these attempts manually, maybe 15s between them. That would explain the issue.
I got an error when I started several extasy runs at the same time. When I wait a bit between each start, no error. Still, annoying when starting many extasy runs. Is there a way to launch many extasy runs at the same time? @vivek-bala