paramiko_ssh.py
12.5 KB
-
Make it possible to tell paramiko to not record new host keys, which can be slow… · d4a595b2
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.
Michael DeHaan committed