-
**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 be merged i…
-
Evaluate using https://github.com/ParallelSSH/ssh-python instead of paramiko (might potentially relieve EOFErrors, key format nuisance and unsuppressable tracebacks).
-
Would be nice to have an integrated script for running commands (like reboot) on known machines that our current script returned as being problematic.
I have been working on a piece of code to do s…
-
libssh2 has to be updated to the latest version in order to fix a bug mentioned in https://github.com/ParallelSSH/ssh2-python/issues/178
The fix on the libssh2 side was mentioned here: https://gith…
-
I'm getting this error when running a Fabric task in parallel mode:
```
No handlers could be found for logger "paramiko.transport"
Fatal error: Needed to prompt for a connection or sudo password (ho…
-
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? Suc…
-
Steps to repro:
use this lib in requirements.txt
set up any env (via pycharm/command line/w.e.)
try to install this lib.
I did it via poetry install, but also followed every option from: https://…
-
### Description
Failed building wheel for learn2learn using `pip install learn2learn` on Python 3.11. On Python 3.10 there is no problem. This seems to be caused by a Cython update https://github.com…
-
### Bug reports
__Steps to reproduce:__
1. Example code that produces error.
```
import socket
from ssh2.session import Session
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
…
-
I've just discovered that there's a micropython port for the Lego EV3 system; they've got a VS Code extension as the official dev environment, but it would be awesome to be able to code through mu for…