Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Vinod Kumar Badhavat
Hi Guillaume Nodet I'm ready and happy to work on SSHD subproject. My intention is to take part in open source development, so even if I'm selected or not ( for GSoC), I would love to work for open source. As a part of proposal writing, I learnt many things about SSH protocol and hence working on

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Guillaume Nodet
On Sat, Apr 11, 2009 at 22:42, Vinod Kumar Badhavat wrote: > 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 w

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Vinod Kumar Badhavat
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 t

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Guillaume Nodet
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

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Vinod Kumar Badhavat
Sergey ok, i got the point and Thank you very much. Vinod. On Sat, Apr 11, 2009 at 2:10 PM, Sergey Vladimirov wrote: > Vinod, > The sudjestion was not to implement independed clases, but just split > commons-net and (commons-ssh?) ssh implementation. Put it in another > JAR. It's okay to have d

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Sergey Vladimirov
Vinod, The sudjestion was not to implement independed clases, but just split commons-net and (commons-ssh?) ssh implementation. Put it in another JAR. It's okay to have dependency from this SSH implementation to commons-net and use things like SocketClient. Other way (commons-net with SSH) may cre

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-11 Thread Vinod Kumar Badhavat
Hi Sergey Vladimi Thank you for your valuable suggestions. "SSHConnectionFactory", to setup connection parameters is a nice idea and I'll include that in my SSH implementation. I thought to use SocketClient and related stuff from commons-net to have socket I/O. I need to talk to my mentor regardi

Re: SSH Implementation - IDEA and seeking Suggestions.

2009-04-10 Thread Sergey Vladimirov
Vinod (hope it's first name), 1) As an end-user of SSH library i would prefer to have classes like "SSHConnectionFactory" and "SSHConnection". Factory will be used to setup different connection parameters, including (but not limited to) key exchange rate, connection timeout, authentication scheme

SSH Implementation - IDEA and seeking Suggestions.

2009-04-08 Thread Vinod Kumar Badhavat
Hi I applied to ASF as a part of Google Summer of Code program for a project - "Implementation of SSH in Java" , and this implementation may be added to commons net. I have an idea on how to start-off with this. Although I consulted my mentor with this idea, i'm posting this idea here to get an i