sshd_config Question

Does anybody know how to set a paramater in SSH so that if the connection have been idle (all channels) for a specified period of time thechild process is killed with SIGHUP, and connection is closed down.

Does anybody know what value this is to set in the sshd_config file and what is the default value?

[318 byte] By [dfrook] at [2007-11-26 8:55:32]
# 1
/etc/ssh/sshd_config This parameter keeps the connection alive for 15 minutes, for example (300 seconds):ClientAliveInterval 300Also in your ~/.ssh/config:ConnectTimeout 0disables timeouts.
dananderson at 2007-7-6 22:53:22 > top of Java-index,General,Sun Alert and Security Discussion...