2.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.