Changes
- All clients now support IPv6 addresses for both DNS and IP entries in host list - #291
- Added
ipv6_only
flag toParallelSSHClient
andSSHClient
for choosing only IPv6 addresses when both v4 and
v6 are available. - Removed Python 2 from binary wheel compatibility as it is no longer supported and not guaranteed to work.
- Host name is now an argument for all exceptions raised by single clients.
Fixes
HostOutput
would have empty host on some exceptions whenstop_on_errors
isFalse
- #297- Race condition when forcefully closing channel via
SSHClient.close_channel
while channel data was left unread.