parallel-ssh icon indicating copy to clipboard operation
parallel-ssh copied to clipboard

Asynchronous parallel SSH client library.

Results 40 parallel-ssh issues
Sort by recently updated
recently updated
newest added

_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ **Describe the bug** Using parallel-ssh single client under gevent and python3. Intermittently, after calling disconnect() on the ssh session, the python interpreter...

Hey all, I can't understand why the design was to create the public "run_command" method in BaseSSHClient class and public "execute" command in the SSHClient class. This methods are very...

I get the following crash when importing pssh.clients.SSHClient ``` python3 Python 3.9.16 (main, Jan 11 2023, 16:05:54) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license"...

**Is your feature request related to a problem? Please describe.** I have setup an Ngrok alternative server with [sish](https://github.com/antoniomika/sish) that uses local to remote port forwarding and creates on-the-fly dns...

Hi. Can you help me,please, about feature to write remote file by chunks. Now i have aiohttp microservice uploader, by that client upload file from it's PC or by url...

**Describe the bug** the problem is caused first by from ssh2.error_codes import LIBSSH2_ERROR_EAGAI which tries to load error_codes.cpython-37m-darwin.so but fails the reason is that '/private/var/folders/zb/t0r1t7451tx4vfhc9jbk2rzr0000gn/T/pip-install-vik15j8x/ssh2-python_fc1f843181664c9aa95e798b0c981b59/build_dir/src/libssh2.1.dylib' (no such file) **To Reproduce**...

It would be great if you can add type hints to the project so we can validate types using mypy.

enhancement
PR wanted
documentation

Trying to call `stdin.flush()` results with the following exception. This is with `libssh` `pssh.clients.ssh.SSHClient` client. ``` self = def flush(self): """Flush pending data written to stdin.""" > return self._client._eagain(self._channel.flush) E...

bug

**The current situation** - It unfortunately looks like @pkittenis is incommunicado since late 2022. - I am an GitHub org member, but don't have admin access - Therefore nothing can...