mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-25 10:43:48 +02:00
13 lines
356 B
INI
13 lines
356 B
INI
[defaults]
|
|
inventory = inventory
|
|
pipelining = True
|
|
retry_files_enabled = False
|
|
host_key_checking = False
|
|
timeout = 60
|
|
|
|
[paramiko_connection]
|
|
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
|