I wonder how best to handle concurrent SSH connections in python. I need to open several SSH connections in order to maintain the background and issue commands interactively or temporarily. Can this be done using paramiko libraries? It would be nice not to create another SSH process for each connection.
Thanks.
Vic Podestà
source
share