On Thu, Sep 10, 2009 at 3:28 PM, Guillaume Nodet <[email protected]> wrote: > Currently, subsystem are not implemented yet. If you look at > ChannelSession#handleSubsystem, there is a TODO still here. > There's no abstraction yet for subsystems and as I haven't need those > yet, I'm not sure what the interface would look like.
A handler for a specific subsystem would just need a hook on the I/O streams, thats all. Everything else should be opaque to it. > If you're in need of subsystems, maybe you would have some thouhts. > Enhancements are very welcomed! Hope I get the time to contribute this. Shikhar > > On Thu, Sep 10, 2009 at 15:17, Sadhani, Girish (NSN - IN/Bangalore) > <[email protected]> wrote: >> Thanks a lot !! >> >> I was able to set up a SSH server. Any idea if we can define subsystems >> using Apache SSHD ? >> >> Regards, >> Girish >> >> -----Original Message----- >> From: ext Frank van der Kleij [mailto:[email protected]] >> Sent: Wednesday, August 12, 2009 9:45 PM >> To: [email protected] >> Subject: Re: Help needed with Apache SSHD >> >> >> >>> Has anyone tried using Apache SSHD with Windows ? >> You might be interested in my effort to integrate SSHD with Apache VFS >> and my VFS enabled shell, I test it mainly on Windows. >> See http://vfs-utils.sourceforge.net/shell/sshd.html >> Note that it is still work in progress, and there isn't an easy-to-use >> distribution available. >> >> There is no authentication solution for local files foreseen however, >> since authentication is expected to be delivered by the virtual file >> system. If you'd bind on an FTP file system then the FTP provider would >> handle that. You can write your own authentication and just use the VFS >> shell for the commands. >> It would be nice to to have a user management plugin for SSHD like there >> is for the FTP server. Thinking of it, it might not be that hard to >> write an adapter for it. >> Frank >> _________________________________________________________________ >> Express yourself instantly with MSN Messenger! Download today it's FREE! >> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com >
