vagrant/test/unit/plugins/communicators
Chris Roberts 4f79fe59c6
Provide configurable retries for connect on SSH communicator
Adds two new options to the SSH connect configuration: `connect_retries`
and `connect_retry_delay`. Provides user configurable values used when
establishing the SSH connection. Previous behavior would retry generally
by the default value without a pause between attempts. Updated behavior
will retry the number of times set within the config (unless value is
provided directly to connect call) and each retry will pause based on
the delay value set in the config (unless value is provided directly
to the connect call).
2025-03-20 17:44:47 -07:00
..
ssh Provide configurable retries for connect on SSH communicator 2025-03-20 17:44:47 -07:00
winrm Catch IO::Timeout when waiting for communicator 2025-03-12 16:21:06 -07:00
winssh add missing license headers and update copyright file headers to BUS-1.1 2023-08-10 21:53:25 +01:00