mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Fix for SSH timeout and attempts #111
This commit is contained in:
parent
76ea7f67ae
commit
6c66cb03c7
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ host_key_checking = False
|
|||
record_host_keys = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30
|
||||
scp_if_ssh = True
|
||||
|
|
Loading…
Add table
Reference in a new issue