mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Increase SSH retries (#909)
This commit is contained in:
parent
3945a0e286
commit
53ef2fcaa7
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ record_host_keys = False
|
|||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30 -o IdentitiesOnly=yes
|
||||
scp_if_ssh = True
|
||||
retries = 30
|
||||
|
|
Loading…
Add table
Reference in a new issue