Add changelog fragment

This commit is contained in:
Renato Orgito 2019-01-08 19:58:37 -02:00
parent 6c41e97eee
commit 7679a92db7

View file

@ -0,0 +1,2 @@
bugfixes:
- paramiko_ssh - add auth_timeout parameter to ssh.connect when supported by installed paramiko version. This will prevent "Authentication timeout" errors when a slow authentication step (>30s) happens with a host (https://github.com/ansible/ansible/issues/42596)