1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-01 16:18:55 +00:00

Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.

This commit is contained in:
Michael DeHaan 2013-07-04 16:47:17 -04:00
parent 1683d44d2e
commit c55adc9ac9
3 changed files with 14 additions and 3 deletions

View file

@ -19,7 +19,7 @@ poll_interval = 15
sudo_user = root
#ask_sudo_pass = True
#ask_pass = True
transport = paramiko
transport = smart
remote_port = 22
# uncomment this to disable SSH key host checking