-
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…
-
Hi,
Recently I added to our project:
`from pssh.pssh2_client import ParallelSSHClient`
And when the lib is used, uwsgi crash:
```
!!! uWSGI process 11178 got Segmentation Fault !!!
*** bac…
-
### 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…
-
Similar to #759
```
node v20.11.1
pnpm 9.6.0
```
![image](https://github.com/user-attachments/assets/55618ceb-6f57-4b8f-8c15-8accccdf968b)
When we import Dockerode from a TS file
```ts
i…
-
Node version: v14.19.1
OS: MacOS 12.1
ssh2-sftp-client: 8.0.0
**Issue**: We were seeing files being corrupted when using `fastGet`.
**Resolution**: We needed to adjust the chunkSize specific …
-
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 …
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
## SSH2-JS模块
程序这里使用SSH客户端是https://github.com/mscdex/ssh2
研究客户端实现得到以下几点
1. SSH Server即服务器决定SSH认证方式允许哪几种,即在认证过程中可以依次尝试多种认证方式,比如密码/公私钥/键盘交互输入
2. SSH客户端可以控制在允许认证方式范围内,认证方式使用哪一种,当然也就可以控制认证方式的执行顺序…
-
is there any way to make ssh2 log be realtime with socket io or any other way
-
SSH2 library has been abandoned. My suggestion is to replace it with Thruush. The last update was over a year ago for ssh2. RuSsh was last month.
This something you'd like to look in to?