mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
13 lines
293 B
INI
13 lines
293 B
INI
[defaults]
|
|
|
|
localhost_warning = False
|
|
host_key_checking = False
|
|
timeout = 30
|
|
|
|
[ssh_connection]
|
|
ssh_args = -F ./ansible.ssh.cfg
|
|
# teleport doesn't support sftp yet https://github.com/gravitational/teleport/issues/7127
|
|
# and scp neither worked for me
|
|
transfer_method = piped
|
|
pipelining = True
|