- Retry SSH connections after transient error
- The timeout class set up the concept of retrying after a specified timeout period, but why not retry on other transient errors?
- Timeout class with retry in Python
- In Paramiko’s ssh client, timeouts don’t seem to work; a signal can handle this—and then can also perform a retry.