appidman added the comment:
I created a issue for paramiko: https://github.com/paramiko/paramiko/issues/515
I'm trying to create a script which reproduces the bug, but it might be a bit
tough, because as I said it's not happening al
New submission from appidman:
I use paramiko to create SSH sessions to Linux machines, which works great 95%
of the time. But sometimes, the Python process which creates the SSH session
hangs forever in wait() of threading.py (see attachment 'gdb.txt' for full
output).
{code}
(gd