parallel-ssh
parallel-ssh copied to clipboard
Asynchronous parallel SSH client library.
Update from LGPL-2.1 to LGPL-3.0. https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html https://www.gnu.org/licenses/lgpl-3.0.html
Update from LGPL-2.1 to LGPL-3.0. https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html https://www.gnu.org/licenses/lgpl-3.0.html
**Describe the bug** When running more than 1 command against a Cisco IOS-XE network device a SessionError exception is raised but is empty (no message or stack), this doesn't occur...
https://github.com/ParallelSSH/parallel-ssh/issues/389
Hi Team, I am using SSHClient to collect information from some console server which just support keyboard_interactive not password. Could team add a parameter to emulate it in the SSHClient?...
**Is your feature request related to a problem? Please describe.** First try at using parallel-ssh and am trying to create a remote directory using SSHClient.mkdir(). The method requires the sftp...
### Discussed in https://github.com/ParallelSSH/parallel-ssh/discussions/396 Originally posted by **jrishel** August 23, 2024 I'm using ParallelSSH on a RHEL7 host (python 3.6, sourcing ParallelSSH 2.12.0 from pypi. It works connecting to my...
**Describe the bug** The addition of parallel-ssh is blocked because ssh-python is missing. The error message is attached. Python 10 is installed in the environment. I've had no problems in...
**Is your feature request related to a problem? Please describe.** Currently the SFTP related functions are under the SSH clients and also require an SFTP object be passed along with...
_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ **Describe the bug** `AuthenticationError` (and maybe other exceptions) is rendered in a confusing way when printed (or converted to string. It looks...