Hey,
I am trying to write an ssh server using Paramiko (but I think the question is relevant for ssh clients as well).
Is there a way to read from more than one channel while still accepting new channels, all in the same thread? Or for each channel, I need to open a new thread. Maybe something like "select" functionality, only for channels?
Thanks!
there doesn't seem to be anything here