Releases: ParallelSSH/parallel-ssh
Releases · ParallelSSH/parallel-ssh
0.71.0rc2
0.70.4
Release candidate - Python 3.4 support
Release candidate for 0.71
point release.
- Python 3.4 support - automatic code conversion to python 3.
- Upgrade gevent to >=1.1b2 to enable Python 3
Minor bug fix release
Minor bug fix release for 0.70.x
series.
- Fixes regression with
timeout
parameter causing SSH channel timeout instead of connection attempt timeout.
Minor release
Minor bug fix release.
Fixes #25
Minor release
Minor release that adds minimum paramiko library version requirement.
Release version 0.70
This release brings a slew of updates and new functionality including a new user facing, simplified API.
Changes:
- New user facing API - #14
- Native SSH tunneling support. Removes the need for ProxyCommand to be set in ~/.ssh/config and no longer uses the 'ssh' binary to perform tunelling. #12
- Allow for overriding timeout setting of SSH clients - #16
- In tests, the python 2.6 target has been re-enabled to ensure python 2.6 support is not broken without realising.
- Many more tests, documentation updates and cleanup
Release version 0.7
Superseeded by 0.70 as 0.7 is < than 0.61..
Bugfix release
Bug fix release for #11.
Release version 0.6
This version adds
- ProxyCommand support - Issue #6
- Reading existing ProxyCommand configuration in ~/.ssh/config - Issue #6
- SSH agent forwarding - Issue #8
Please note that SSH agent forwarding is now enabled by default, a change from previous versions.
If this is not desirable for you then set forward_ssh_agent=False
when creating a ParallelSSHClient
object.