parallel-ssh v2.3.2 Release Notes
Release Date: 2020-12-09 // over 4 years ago-
๐ Fixes
- ๐ Client output implementation Python 2 support.
Previous changes from v2.3.1
-
๐ Changes
SSHClient.read_output
andread_stderr
now take buffer to read from as argument instead of channel.SSHClient.wait_finished
now takesHostOutput
argument instead of channel.
๐ Fixes
- Output for multiple commands on one host run at the same time would be lost.