Good day.
I have a strange problem with paramiko ssh client. Connect paramiko method hangs when it\'s called outside unittest2 cla
paramiko
Connect paramiko
unittest2
According to this SO answer, it seems to be a thread-related bug in paramiko and can be avoided by not calling connect() during import.