jmm3754
Error using npm:ssh2-sftp-client@10.0.3
I am trying to connect to a sftp server using the library mentioned in the title (that is a wrapper of ssh2). I am providing a private key.
Debugging I could see the following error:
// FAILING with:
// Signature verification failed: TypeError: Unknown digest algorithm: sha1
// at VerifyImpl.verify (ext:deno_node/internal/crypto/sig.ts:86:12)
Could this be a node-compat problem?
2 replies