2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> > Actually, sftp is started by receiving a subsystem request with "sftp" > as the subsystem name. > So I think it would be in ChannelSession#handleSubsystem() >
Oh cool. So who can vote here anyway? anyone ? Then it's definitely a +1. We are pretty busy at work right now but I hope I can find the time to take a deeper look into the RFCs/code soon. > > On Thu, Nov 13, 2008 at 8:51 PM, David Latorre <[EMAIL PROTECTED]> wrote: > > 2008/11/13 Guillaume Nodet <[EMAIL PROTECTED]> > > > >> A few weeks ago, I've started a small project at googlecode to > >> implement an SSH server in Java based on Mina. > >> You'll find some background at http://gnodet.blogspot.com/ > >> > >> The project is still in its early stage and require a lot more work to > >> be fully usable, but I've been doing some tests and the basic SSH > >> protocol itself is implemented. > >> The project is available at http://code.google.com/p/sshd/ > >> > >> My thinking is that it would be a good candidate to become a > >> subproject of Mina (along with ftpserver and asyncweb), so i'm > >> starting this discussion to gauge the interest of the MINA TLP to host > >> such a subproject. > >> > > > > These are great news! > > I've also been thinking that it would be a great idea to support SSH > and > > SFTP (maybe it's possible to get rid of all these 'send your IP to the > > other party' problems). So I'll try to help with SSH server as well. > When I > > learn something about SSH in any case. > > For the SFTP part, I expect that we can start from your Session class; > is > > that right? > > > > > > > > > > > >> -- > >> Cheers, > >> Guillaume Nodet > >> ------------------------ > >> Blog: http://gnodet.blogspot.com/ > >> ------------------------ > >> Open Source SOA > >> http://fusesource.com > >> > > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com >
