Increase SSH retries (#909)

This commit is contained in:
Jack Ivanov 2018-05-03 16:04:39 +03:00 committed by GitHub
parent 3945a0e286
commit 53ef2fcaa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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