8 lines
215 B
INI
8 lines
215 B
INI
|
[defaults]
|
||
|
host_key_checking=False
|
||
|
timeout=30
|
||
|
|
||
|
[ssh_connection]
|
||
|
pipelining=True
|
||
|
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=30m -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|