Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 18143 invoked from network); 11 Apr 2009 20:43:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Apr 2009 20:43:20 -0000 Received: (qmail 71660 invoked by uid 500); 11 Apr 2009 20:43:19 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 71537 invoked by uid 500); 11 Apr 2009 20:43:18 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 71527 invoked by uid 99); 11 Apr 2009 20:43:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 20:43:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vinod.ofgovind@gmail.com designates 74.125.92.147 as permitted sender) Received: from [74.125.92.147] (HELO qw-out-1920.google.com) (74.125.92.147) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2009 20:43:10 +0000 Received: by qw-out-1920.google.com with SMTP id 5so976355qwc.60 for ; Sat, 11 Apr 2009 13:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=kpPFF/RL57K+i4+kKJzcni3zKd+GqDPaYd0zRMzba5c=; b=ns/EppsOPmrIAMJNtTbgOGZ6A4aPT3Ajqkyl9o+sD8Tbx3Ouy0rYMqO79WjMbZOTVe FJ3v7K8EGYv+NtKma20hVOWnRDMIuCJ/8YU8MMh1JDrNZK7yzAW8OVqPzn+hWcPRNNff TBXyG5GYyCkUWIbjp8tpKrSYRwtkAzeMV3fBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gS7nFFLCxNqWhLHiND0kOeH2Xr827IInCOSte6OQ9hq/r9a4DyHB8IWtrrJ9nE+oMx n90zDKWb9ppBD3FsFjB6SCOMDLjWX4NEQ8ig2iZ8m9cQ/5U1q9CIvxA2HJlMvR0SUBMj lM1T0UN20XrJaKktkIM+6IFKFil0pTOGKluoQ= MIME-Version: 1.0 Received: by 10.220.100.139 with SMTP id y11mr5540227vcn.117.1239482569281; Sat, 11 Apr 2009 13:42:49 -0700 (PDT) In-Reply-To: References: <824aa8970904080339i7686a8e0nf96bc87d1e7d84f9@mail.gmail.com> Date: Sun, 12 Apr 2009 02:12:49 +0530 Message-ID: <824aa8970904111342j5d32d3d8mccc8aecfce19e794@mail.gmail.com> Subject: Re: SSH Implementation - IDEA and seeking Suggestions. From: Vinod Kumar Badhavat To: Commons Developers List Content-Type: multipart/alternative; boundary=0016e646544e3f50c904674d860f X-Virus-Checked: Checked by ClamAV on apache.org --0016e646544e3f50c904674d860f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Guillaume Nodet Thank you for your information. I applied to Apache as a part of Google Summer of Code(GSoC), so I think, I should stick to the proposal I made in the application and implement SSH as a part of commons-net. I would like to use SSHD's key and algorithm negotiation. I'm planning to use java cryptography directly. If this is not so useful, then i may turn to SSHD's crypto. can i use mina's mailing list to discuss about SSH Implementation? --- Vinod. On Sat, Apr 11, 2009 at 8:47 PM, Guillaume Nodet wrote: > In case you haven't followed the earlier discussion, you may want to > have a look at the Apache SSHD project, which implements an SSH server > and some parts of the client. The client is far from complete, so it > may be a good idea to join our forces: > http://svn.apache.org/repos/asf/mina/sshd/trunk/ > > Currently, the client api is asynchronous, but it would make sense to > add a synchronous api for ease of use. > In all cases, feel free to reuse any code from this project, as most > of the crypto stuff / kex negociation and other algorithms have > already been implemented, as there's really no need to duplicate the > work. > > 2009/4/8 Vinod Kumar Badhavat : > dev-subscribe@mina.apache.org > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --0016e646544e3f50c904674d860f--