Received: by 10.52.37.227 with SMTP id b3mr6685102vdk.2.1352678383185; Sun, 11 Nov 2012 15:59:43 -0800 (PST) X-BeenThere: nodejs@googlegroups.com Received: by 10.220.155.207 with SMTP id t15ls6802689vcw.8.gmail; Sun, 11 Nov 2012 15:59:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.71.82 with SMTP id s18mr3252410vdu.9.1352678366187; Sun, 11 Nov 2012 15:59:26 -0800 (PST) Authentication-Results: ls.google.com; spf=pass (google.com: domain of msc...@gmail.com designates internal as permitted sender) smtp.mail=msc...@gmail.com; dkim=pass header...@gmail.com Received: by m13g2000vbd.googlegroups.com with HTTP; Sun, 11 Nov 2012 15:59:26 -0800 (PST) Date: Sun, 11 Nov 2012 15:59:26 -0800 (PST) In-Reply-To: <2489231352675575@web4g.yandex.ru> References: <5a758b72-2e07-49a8-b923-f7f72fc1d8a4@c16g2000yqe.googlegroups.com> <2489231352675575@web4g.yandex.ru> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4,gzip(gfe) Message-ID: <86a81c03-ac60-4bf3-bd80-b47f02ce696b@m13g2000vbd.googlegroups.com> Subject: Re: ANN: ssh2 module From: mscdex To: nodejs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Nov 11, 6:13=A0pm, Alex Kocharin 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.