Enable retries of SSH commands

Note that this might cause weird intermittent failures. But it's better than unreachability straight from the get-go
This commit is contained in:
Salt 2022-03-07 10:56:11 -06:00
parent 5d2c207be6
commit 367c453f7b

View File

@ -10,4 +10,5 @@ system_warnings = true
[ssh_connection]
pipelining = true
retries = 5
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no