You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/runner/connection_plugins
Michael DeHaan cf6e1f8db9 Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts.
-c ssh is preferred in most cases if you have ControlPersist available, otherwise if you are comfortable you
can turn off recording while leaving host key checking on, etc.
13 years ago
..
__init__.py Add __init__'s to git 13 years ago
chroot.py Remove unused modules 13 years ago
fireball.py Slight message tweak. 13 years ago
local.py Standardize args/kwargs on connection plugins. 13 years ago
paramiko_ssh.py Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts. 13 years ago
ssh.py Improve interlaced output prevention when asking for host key approval. 13 years ago