Paramiko hanging during authentication, when runned by dint of unittest runner

后端 未结 1 784
南旧
南旧 2021-01-22 09:35

Good day.

I have a strange problem with paramiko ssh client. Connect paramiko method hangs when it\'s called outside unittest2 cla

1条回答
  •  终归单人心
    2021-01-22 10:15

    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.

    0 讨论(0)
提交回复
热议问题