Commercial use/users or security review of SSHD

2016-04-12 Thread Al Ho
Does anyone know of any in-production use of Apache SSHD? Our security team is looking for any examples of other users out there that may have already performed a security review on Apache SSHD or vetted it, so this would help further along the process.

Extending SFTP Subsystem for cryptographic writes/reads

2016-04-03 Thread Al Ho
Hi all, I've been browsing through version 1.1.0 of apache SSHD for the last few weeks and have a prototype of the Sftp Subsystem that provides encrypted reads/writes to the local file system rather than writing to file in cleartext. These are some security concerns on our end. The prototype

Re: Notification of a new active session

2016-05-04 Thread Al Ho
Hi Nick, You can register a new event listener by extending this class https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/server/subsystem/sftp/AbstractSftpEventListenerAdapter.java for the events upon which you want to listen (e.g. init) then adding it to