Skip to content

Tags: Mu-L/parallel-ssh

Tags

2.5.4

Toggle 2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ssh passwd auth (ParallelSSH#277) * Fixed password authentication for ssh client. Added tests. * Simplify exceptions * Added pre-commit to dev requirements. Updated single clients * Updated changelog

2.5.3

Toggle 2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Write fixes (ParallelSSH#272) * Added multi scp send test with timeout * Updated clients to yield event loop in between writes. * Moved eagain handling to base client * Updated changelog * Updated documentation

2.5.2

Toggle 2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auth check (ParallelSSH#270) * Added check for no auth methods left. Added test. * Updated coveragerc * Added logging * Fixed libssh client agent authentication, added tests * Bumped gevent requirements * Updated changelog

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Id auth (ParallelSSH#268) * Finish auth when identity auth succeeds * Moved main authentication function to base class. Updated libssh client code. Updated identity auth test and added test for libssh client. Updated setup.py * Added agent auth success test * Updated changelog Co-authored-by: Ivan Ivanou <ivan_ivanou@epam.com>

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tunnel tests (ParallelSSH#260) * Updated tunnel code, tests. * Added host output tests * Added scp and sftp tests. Updated sftp code. * Added ssh-python client tests * Updated tunnel shutdown * Updated single client * Fix issue with identity auth - ParallelSSH#222 * Updated documentation * Updated readme

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed encoding not used for cmd string. Updated changelog, documentat… ( ParallelSSH#258) * Fixed encoding not used for cmd string, updated tests. * Updated changelog, documentation, docstrings.

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Py2 (ParallelSSH#249) * Migrated output classes from namedtuples to slotted objects * Updated changelog * Updated docs

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix read same host (ParallelSSH#242) * Added read output from multiple commands on same host test * Updated examples * Updated host output to hold output buffers - updated clients. * Updated documentation, readme, changelog * Removed travis cfg

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Buffered rw (ParallelSSH#241) * Added concurrent RW buffer class and tests * Migrated ssh client to concurrent rw buffer. Added iteration support to reader. Updated ssh client line parsing. * Added partial read timeout with and without join test and for updated API calls. * Updated host output to make stdout/stderr dynamic properties. * Deprecated reset generators function - now a no-op. * Added read timeout and encoding attributes to host output. * Updated changelog, documentation.

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tunnel server (ParallelSSH#239) * Re-write of tunneling implementation for performance and ease of use * SSHClient now creates and manages its own proxy connections via new tunnel * Added `connect_auth` parallel client function * Updated changelog * Updated documentation