By default Ansible uses native OpenSSH

Ansible supports ControlPersist, Kerberos, and options in ~/.ssh/config such as Jump Host setup. 
If your control machine uses an older version of OpenSSH that does not support ControlPersist, Ansible will fallback to a Python implementation of OpenSSH called 'paramiko'.

Comments