vagrant/website/content/docs/vagrantfile
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
..
index.mdx Migrating links to new format 2023-01-19 16:27:47 -08:00
machine_settings.mdx Update supported arch values 386 -> i386 2023-09-28 17:24:07 -07:00
ssh_settings.mdx Provide configurable retries for connect on SSH communicator 2025-03-20 17:44:47 -07:00
tips.mdx Fix capitalizations in docs 2022-08-08 11:56:36 -04:00
vagrant_settings.mdx feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
vagrant_version.mdx feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
version.mdx Migrating links to new format 2023-01-19 16:27:47 -08:00
winrm_settings.mdx feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00
winssh_settings.mdx feat(website): migrates nav data format and updates docs pages (#12259) 2021-03-31 12:10:21 -05:00