community.general/lib/ansible/plugins/connection
Renato Orgito 6f9bca9de3 Add auth_timeout parameter when supported by paramiko (#50448)
* Add auth_timeout parameter when supported

Paramiko 2.2 introduces the auth_timeout parameter. This will set the
parameter to the same value of the timeout parameter to prevent
"Authentication timeout" errors.

* Conditionally add auth_timeout to ssh.connect

Renamed sock_kwarg to ssh_connect_kwargs and conditionally added the
auth_timeout parameter based on the installed paramiko version.

* Add changelog fragment
2019-01-09 01:25:17 +01:00
..
__init__.py Log device interaction and push labeled logs back to controller (#50028) 2018-12-21 10:31:43 -05:00
buildah.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
chroot.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
docker.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
funcd.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
httpapi.py Log device interaction and push labeled logs back to controller (#50028) 2018-12-21 10:31:43 -05:00
iocage.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
jail.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
kubectl.py fix: ansible_kubectl_ssl_ca_cert variable (#50217) 2018-12-23 09:59:34 +01:00
libvirt_lxc.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
local.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
lxc.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
lxd.py Fix mixed output from ansible and lxd when using the lxd connection plugin (#45246) 2018-09-18 19:36:51 -04:00
napalm.py Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
netconf.py Log device interaction and push labeled logs back to controller (#50028) 2018-12-21 10:31:43 -05:00
network_cli.py Fix for AttributeError in network_cli (#50284) 2018-12-24 01:02:21 +05:30
oc.py fix: ansible_kubectl_ssl_ca_cert variable (#50217) 2018-12-23 09:59:34 +01:00
paramiko_ssh.py Add auth_timeout parameter when supported by paramiko (#50448) 2019-01-09 01:25:17 +01:00
persistent.py Copy detailed logging to persistent.py so local can benefit, too. (#50614) 2019-01-07 15:46:31 -05:00
podman.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
psrp.py PSRP: Add support for reconnection retries (#49772) 2018-12-18 08:20:53 +10:00
qubes.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
saltstack.py added missing github id 2018-11-29 10:48:38 -05:00
ssh.py ensure ssh retry respects no log (#49569) 2018-12-10 09:55:18 -05:00
winrm.py WinRM: Improve default logging to ansible.log (#49308) 2018-11-29 18:18:18 -08:00
zone.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00