[
https://issues.apache.org/jira/browse/SSHD-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764342#comment-16764342
]
Goldstein Lyor commented on SSHD-891:
-------------------------------------
Please clarify the description - especially
* What is meant by
{quote}
very one hours after 10 mins of idle time
{quote}
* ditto for
{quote}
incoming pacets data is not being wriiten to client for every one hour and is
being idle(10 mins which is default timeout of ssh session).
{quote}
* The issue also does not specify if the timeout is at the client or server
side - though it seems to be server side...
* Is the client SSHD as well or some other ?
Regardless, here are some facts about the idle timeout:
* It can be configured - see {{FactoryManager#IDLE_TIMEOUT}} - if the set value
is negative, then idle timeout is disabled.
* If you open the DEBUG level of the {{ServerSessionImpl}} (assuming the
problem occurs on the server side) you will be able to see the timeout message
(see {{SessionHelper#checkForTimeouts}})
* I doubt that {quote}there are incoming pacets{quote} since almost any
incoming packet causes idle timeout restart - except for special ones. Please
open the relevant log and show the incoming packets that still cause the idle
timeout to expire.
> SSh connections gets closed for every one hour with 0.13.0 version
> ------------------------------------------------------------------
>
> Key: SSHD-891
> URL: https://issues.apache.org/jira/browse/SSHD-891
> Project: MINA SSHD
> Issue Type: Bug
> Reporter: Anudeep
> Priority: Blocker
>
> SSH connections are getting closed for every one hours after 10 mins of idle
> time even though there are incoming pacets data is not being wriiten to
> client for every one hour and is being idle(10 mins which is default timeout
> of ssh session).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)