1. I recommend reading the entire README.md and its sub-sections - there are many examples how to configure the code. 2. See https://github.com/apache/mina-sshd/blob/master/docs/internals.md#advanced-configuration-and-interaction a 3. Locate SessionHeartbeatController and see who implements it and how 4. Rifle through the unit tests in the source code and get a sense of how to work with the code - specifically *PropertyResolverUtils* and its usage
hanks for both but no example anywhere on how to actual set it/ Dor -----Original Message----- From: Lyor Goldstein <[email protected]> Sent: Sunday, June 16, 2019 7:00 PM To: [email protected] Subject: RE: channel request >> How do I set it? Is it better solution then the idletimeout ? See https://github.com/apache/mina-sshd/blob/master/docs/client-setup.md#keeping-the-session-alive-while-no-traffic Also: https://github.com/apache/mina-sshd/blob/master/docs/client-setup.md#running-a-command-or-opening-a-shell
