Skip to content

Commit

Permalink
Interactive shell (#255)
Browse files Browse the repository at this point in the history
* Added interactive shells to single and parallel clients, ability to run commands and get output from shell. Added interactive shell tests.
* Added reader test
* Removed unused files
* Updated requirements
* Updated setup.py
* Updated changelog
* Updated config tests
* Updated documentation, docstrings
  • Loading branch information
pkittenis committed Dec 24, 2020
1 parent f1c149f commit 6f3481f
Show file tree
Hide file tree
Showing 29 changed files with 567 additions and 238 deletions.
Empty file removed .gitmodules
Empty file.
5 changes: 3 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Change Log
Changes
-------

* Added interactive shell support to single and parallel clients - see `documentation <https://parallel-ssh.readthedocs.io/en/latest/advanced.html#interactive-shells>`_.
* Added ``pssh.utils.enable_debug_logger`` function.
* ``ParallelSSHClient`` timeout parameter is now also applied to starting remote commands.
* ``ParallelSSHClient`` timeout parameter is now also applied to *starting* remote commands via ``run_command``.

Fixes
-----

* ``SSHClient`` with proxy enabled could not be used without setting port - #
* ``SSHClient`` with proxy enabled could not be used without setting port - #248


2.3.2
Expand Down
139 changes: 0 additions & 139 deletions appveyor.yml

This file was deleted.

0 comments on commit 6f3481f

Please sign in to comment.