-
This is a bug report for perl from "Carlos Guevara" ,
generated with the help of perlbug 1.43 running under perl 5.41.6.
-----------------------------------------------------------------
BB…
-
Using this code give me error with node 23
```
const rdr = sftp.createReadStream(sftpRoute, { autoClose: true })
```
```
Error: createReadStream: isDate is not a function
```
Please update …
-
With SSH2, Kex ecdh-sha2-nistp384 is not being supported.
SSH handshake failed: Error { code: Session(-5), msg: "Unable to exchange encryption keys" }
sess.method_pref(ssh2::MethodType::Kex, "ec…
-
For transparency, I have a service that starts long running commands over SSH, and I want it to be able to resume those SSH sessions after a restart. I thought I would be able to do it using `screen`/…
-
Hi, I am using the latest ssh2-sftp-client library
And this is what I am trying to do
```
const Client = require('ssh2-sftp-client');
function connectServer(config) {
return new Promise((…
-
In current version 0.74 it only provides 2 host keys type support i.e ssh-rsa and ssh-dss.
However, latest libssh2 provide below type host key support.
Hostkey Types: ssh-ed25519, ssh-ed25519-cert-v…
mjsid updated
2 weeks ago
-
Currently, we use `async-ssh2-lite`, which under the hood uses `openssl` which requires building native dependencies. Instead, we should migrate to https://github.com/Miyoshi-Ryota/async-ssh2-tokio wh…
-
Hello, thanks for the great crate!
I just want to bring attention to [RUSTSEC-2024-0384 - `instant` is unmaintained](https://osv.dev/vulnerability/RUSTSEC-2024-0384). The problem here is that the l…
-
Any chance of someone porting SSH2 into HHVM?
Considering @sgolemon released libssh2, I expected it to already be implemented, guess you guys have higher priorities, just wanted to make the interest …
-
Can reproduce on IBM i and macOS. Probably a reference counting issue?
```php