ssh2-streams
ssh2-streams copied to clipboard
SSH2 and SFTP client/server protocol streams for node.js
Would it be possible to update the dependency of this lib on streamsearch ? The streamsearch code has been patched but these changes are not made available here because of...
I'm using `sftp-promises` which uses this library as a dependency, and I'm finding that Google Cloud Build (GCB) is breaking when it is trying to run tests via Jest: ```...
see mscdex/ssh2#808 The biggest issue when debugging this was was that the code unconditionally used the key type as the signature type. For SSH certificates these do not match up....
the difference between ssh2 and ssh2-streams?
Thank you very much for this great project! In one of our projects we experienced an issue where a connection to a clients server wasn't possible due to the hosting...
Any ideas what would cause this error?
We have a server based on ssh2 and ssh2-streams package. During uploading files, we are pushing data to a readable stream which is consumed by some other method. Is there...
Numbers that start 0x9... did not have '00' prepended. Fixes #163 Probably a good idea to add a unit test for this function! I don't have time at the moment...
This is an absolutely awesome node ssh/sftp library. Thank you so much for your contribution! This is great! I've just noticed that 0 byte files transferred using fastGet were hanging...
We have an OpenSSH key that was generated on MacOS. `ssh2-streams` unfortunately decodes it incorrectly: ``` const s = require("ssh2-streams"); const keys = s.utils.parseKey(`-----BEGIN OPENSSH PRIVATE KEY----- b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn NhAAAAAwEAAQAAAYEA6oDCeE6kPkmq0SUpmBz7aojSWz9jow/fqcSPnXVfANNW3A9zNi57 ZvOPyR0PuFk93O0Ybrj5DRZRFhnFzSkY5Kq0D3FLjwxM4hCKtjz+fBjBJ8HaCRtpLQa4pX...