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:
parent
5d2c207be6
commit
367c453f7b
@ -10,4 +10,5 @@ system_warnings = true
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = true
|
||||
retries = 5
|
||||
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no
|
||||
|
Loading…
Reference in New Issue
Block a user