Originally posted by: SystemAdmin
Thank you for the pointer to TMOUT.
Using,
ksh> export TMOUT=14400
ksh> echo $TMOUT
14400
we could extend the timeout from its apparent default of ~1200sec,
but it still timed out at ~5400sec.
Further experiments with TMOUT=0, have resulted in setting the
time successfully to less than ~90min but not to more than ~90min.
ClientAliveInterval in .../ssh/sshd_config does not appear to set the ~90min limit.
I've read the
"Re: TMOUT"
"Re: Timeout after 30 second with telnet on AIX 5.3 ML3", and
"Re: How to increase Shell time out value in AIX"
threads in this forum.
Is there another environment variable somewhere?
Is there another configuration file involved?
TIA,