sshd-core: dealock

2016-12-02 Thread Markus Rathgeb
Hello, I have a project that is using sshd-core (+mina-core 2.0.16) on Client and Server side. I previously used 1.3.0 and switched to 1.4.0-SNAPSHOT. The problem (I will describe shortly) is raised by both versions (not pre 1.3.0 version has been used before). The clients logic is very simple:

SshD Server->Client KeepAlive

2016-12-02 Thread Francesco Caliumi - Diennea
Hi all, I was wondering if there is a way to tell Apache SSHD server to send periodically a "keep alive request" to reset client timeout counter. I searched for it in sources but I didn't found anything of "proactive" server side (only the handling of SSH_MSG_GLOBAL_REQUEST in response to client