Tags: Mu-L/parallel-ssh
Tags
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
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
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
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>
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
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.
Py2 (ParallelSSH#249) * Migrated output classes from namedtuples to slotted objects * Updated changelog * Updated docs
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
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.
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
PreviousNext