ssh2 icon indicating copy to clipboard operation
ssh2 copied to clipboard

SSH2 client and server modules written in pure JavaScript for node.js

Results 107 ssh2 issues
Sort by recently updated
recently updated
newest added

I'm building a SSH server using your Node.js library and I'm building the SSH client using the x/crypto/ssh Golang library. The client aborts the SSH handshake when using the publickey...

Hi, I'm having a problem relating to **FileZilla and WinSCP** both can't pass the listing directory step. But when I used my own SFTP Client that was built by `ssh2`...

question

I'm getting this error in my Cloudflare Worker when using Yarn 4: ``` ➤ YN0000: │ ssh2@npm:1.15.0 STDOUT Usage Error: Couldn't find a script name "node-gyp" in the top-level (used...

Hello, When I use 'ecdsa-sha2-nistp256' private key (ppk format), with passphrase: ``` PuTTY-User-Key-File-2: ecdsa-sha2-nistp256 Encryption: aes256-cbc Comment: ctop@xmoeexplme1 Public-Lines: 3 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBInz3Pl1DVKF 7aPjxqwVmlpz4AodXMM0OWIYVtZ9xCFhUSDV+uhUQ8xFgnyG/ZTXk9iAwyQZ37U2 pKKhsPyLiNA= Private-Lines: 1 eR+n+wx+TD2qG9LMQNlaGKIzUz+yWvtyEQG5iCxZEI4KfM81fy7tyIIBdcchSM2D Private-MAC: 00d4195a1fe6f4f3145da5417e9bf45eb6d02829 ``` On...

feature request

Hello, I am currently using a Node.js package (https://www.npmjs.com/package/ssh2-sftp-client) that utilizes another package (https://www.npmjs.com/package/ssh2). Recently, I have been encountering the following memory leak error on my production environment: "Possible Event...

It appears that while it is possible for a server to detect that a client has enabled agent forwarding via the `auth-agent` Session event, there isn't currently a way to...

Trying to parse "ecdsa-sk" and "ed25519-sk" public SSH keys results in `Unsupported key format` error

feature request

It's really useful to have access to these constants when implementing some lower level integrations with the library. For example, I want to filter out SSH keys that aren't supported....

Documentation is missing from the LSP code hints. To save having to look up the README.md and SFTP.md to understand the function calls with their parameter and return information, would...