Changes
- Added interactive shell support to single and parallel clients - see documentation.
- Added
pssh.utils.enable_debug_logger
function. ParallelSSHClient
timeout parameter is now also applied to starting remote commands viarun_command
.HostOutput.stdin
now handles EAGAIN automatically when writing - #165.- Assigning to
ParallelSSHClient.hosts
cleans up clients of hosts no longer in host list - #220.