On Nov 11, 6:13 pm, Alex Kocharin <[email protected]> wrote: > What about the server part? I've seen plenty of ssh clients, but I couldn't > find an appropriate node ssh server module, so that could be useful.
I'm not really interested in writing an SSH server. Also, the other SSH clients that are out there currently merely spin up 'ssh' as a child process which isn't very efficient or easy to work with. My ssh2 module implements the SSH 2.0 protocol itself, so there are no child processes involved. -- 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
