HI, I have couple of questions for implementing the SSH server and client.
1. How to set the read timeout for the SSH Server. -> Am using Apache sshd version 1.1 -> "NIO2_READ_TIMEOUT" is introduced in Apache sshd version 1.3. What is the equivalent configurations we can use for Apache sshd version 1.1 . 2. The DEFAULT_IDLE_TIMEOUT value is set to 10 minutes. The SSH client disconnects the connection every 10 minutes. But i want to keep the connection alive forever. What is the way to override the default idle timeout properties. Please advise me how to proceed. Thanks, Kavin