-
* gevent version: piped 20.12.1
* Python version: cPython 3.6.9
* Operating System: Ubuntu 18.04.4 LTS
* Pycharm: 2020.3.5
### Description:
After upgrading to `20.12.1` I get the following warn…
-
I've done some work to convert from paramiko to parallel-ssh, but have hit an issue where I'm sometimes seeing very short commands stall and take several minutes to complete. In this case, we're runn…
-
**Background**
I'm trying to execute a long-running command on a remote server. It needs to be fed data through stdin, and it may occasionally print stuff through stdout and stderr. It will not t…
-
**Is your feature request related to a problem? Please describe.**
Following the update on `pkey` to be read from bytes, it will be nice to have `proxy_pkey` accepting the same behaviour.
**Descri…
-
BPO | [41029](https://bugs.python.org/issue41029)
--- | :---
Nosy | @tiran
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
Sh…
-
Environment: Debian 9.13, Python 2.7.16 / 3.7.3
Installed Medusa with pip3, receive this on run attempt:
```
$ medusa
Traceback (most recent call last):
File "/usr/local/bin/medusa", line 6…
-
```
# sudo pip3 install cassandra-medusa[S3]
Collecting cassandra-medusa[S3]
Downloading https://files.pythonhosted.org/packages/7d/87/121fdaba641fe2880bd80e4d8343f8e4f4371bc501fc0b7d4754d6f44b98…
-
The **return_list** argument has been removed in pssh: https://github.com/ParallelSSH/parallel-ssh/commit/31303180fae324aff4aca98e441126fe0d58bec7#diff-a9fa5b1adda1202fd9a4755c006f96b238b46d8dfffcb57d…
-
_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._
**Describe the bug**
A clear and concise description of what the bug is.
Using this pyth…
wynnw updated
2 years ago
-
__Steps to reproduce:__
The following code produces an error for some SSH servers:
```
import ssh2
from ssh2.session import Session
import socket
addr = "..."
keypath = "..."
username = ".…