-
Hi everyone, since this package seems to be abandoned I just wanted to leave a comment for everyone who faces the same problems as I did regarding the compatibility with other packages.
Someone el…
-
Is SSH2 support planned?
-
Error: connect EHOSTUNREACH 192.168.21.34:22 - Local (192.168.21.58:49182)
at internalConnect (node:net:953:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:465:18)
at node:…
-
I've tried this several times, factory reset the WB and with the laptop right next to the WB. This is what usually happens.
WB firmware 5.1.4
WB is detected
bluetooth chip BGX
connect to WB A…
-
I have have an rsa key that works the ssh program running from a shell (ssh -i myKey me@myhost)
When connecting with pssh, I get this exception:
```
Traceback (most recent call last):
File …
max-l updated
2 years ago
-
Hello,
I am currently trying to create a dockerized setup of this tool, but I am unable to fulfill the requirements.
The Docker image should be based on PHP 7.3, but the SSH2 php package does not…
-
Version: Deno 1.45.5
Usage context: Trying to port code from nodejs which uses [ssh2](https://github.com/mscdex/ssh2).
The ssh2 library is attempting to decode an ssh private key.
The failure a…
-
import Exscript
from Exscript.protocols import SSH2,Account
device = SSH2(debug=9)
acc = Account("xxxx","xxxxx")
device.connect("HOST1",port=9090)
print device.response
print device.get_remote_v…
-
### CONTEXT
The kdbx is shared with many coworkers, so it is updated quite often (I can't just make a copy of the db and change all URLs)
Some entries are using ssh2:// that Windows is unable to sol…
-
It looks like recent changes in ssh encryption (e.g., if the server is running the default current Ubuntu), ganymed cannot handle the ssh connection anymore.
The error comes up during establishing …