Constants
Constants definitions for pssh package
- pssh.constants.DEFAULT_RETRIES = 3
Default number of retry attempts for SSH client initialisation - authentication, establishing connections et al.
- pssh.constants.RETRY_DELAY = 5
Default delay in seconds between retry attempts for SSH client initialisation.