Skip to content Skip to sidebar Skip to footer

Python Parallel-ssh Run_command Does Not Timeout When Using Pssh.clients

I have the following code: from pssh.clients import ParallelSSHClient #------------------------------------------------- hosts = [ IP1, IP2, ... IPn] host_config = { dict contain

Solution 1:

This has been confirmed as a bug on the ParallelSSH's github site. Hence, this issue is closed. Issue was listed at:

https://github.com/ParallelSSH/parallel-ssh/issues/133

Post a Comment for "Python Parallel-ssh Run_command Does Not Timeout When Using Pssh.clients"