|
Nov 23
|
SSHD has a little bug when do you want to use ClientAliveCountMax in combination with ClientAliveInterval, so if you want to work try this:
TCPKeepAlive yes
ClientAliveInterval 3600
ClientAliveCountMax 0
this should disconnect iddle session older then 1h.
Recent Comments