Hello all! I'm announcing the first version of my ssh2 module, now available on npm.
ssh2 aims to be a complete SSH2 client written in pure JavaScript that implements the SSH2 protocol (it does not shell out to a command-line ssh client). Currently it can execute one-off commands and start interactive shell sessions. There are still several things to be implemented and tweaked, but I think it's at least in a fairly usable and stable state now. Feel free to give it a whirl and report any bugs you may come across. https://github.com/mscdex/ssh2 (`npm install ssh2`) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
