-
We have shipped iteration 2 for the Build Stages feature.
Along with a lot of bug fixes and small improvements this includes:
* Build Stages section: Define the order of stages, optionally with…
-
I've been trying to test dvc with ssh remotes, but have yet to get it to work. I keep getting paramiko exceptions that seem to indicate that it (or dvc's usage of it) is unable to handle a lot of com…
-
I'm getting below error when trying to connect to routers. What could be causing this error and is there any workaround ?
its simple script using Ansible to collect "show system uptime" command out…
-
### Bug reports
__Steps to reproduce:__
1. Run the sftp tests: pytest tests/test_sftp.py
2. assert error on this line: https://github.com/ParallelSSH/ssh2-python/blob/master/tests/test_sftp.py#…
-
Parallel-SSH is an asynchronous and parallel 'SSH' library designed for small-scale automation, including 'PSSH', 'PSCP', 'prsync', 'pslurp' and 'pnuke' tools. Its source code is written and developed…
-
Are there any `.pyi` files available already?
-
### Example Code to Reproduce
It appears that this code works perfectly (using the Paramiko SSH Client)
```python
from __future__ import print_function
from pssh.clients.miko.parallel import…
-
**Feature Request**
I've read through examples and the current ParallelSSH can
- execute a command with different arguments
- execute different commands on different hosts
What's missing is th…
ghost updated
3 years ago
-
https://github.com/ParallelSSH/parallel-ssh/blob/379b8713fa79592b7e45ee4c9b8715efa36e525e/pssh/clients/native/single.py#L378
The while loop in that function can spin infinitely. Probably there shou…
sanga updated
4 years ago
-
### Bug reports
After upgrading to python 3.8 started to get double free.
Caused by no nogil at session and channel \_\_dealloc\_\_:
https://github.com/ParallelSSH/ssh2-python/blob/e5fdd3e8…