On Thu, Nov 30, 2000 at 06:42:13PM +0800, gary a ecrit:
> 
> I've RH6.0 server, normally I'll telnet into this server for many tasks,
> but if I let my telnet session idle for quite sometime, the system will
> kicked me out automatically...
> Please help to advise where can i change the setting to disable this feature.

The first thing that comes to mind is that that the TMOUT variable is set.
This limits the number of seconds you can remain idle at the command line prompt
after which you be deconnected.

I suggest you try 'echo $TMOUT' on your machine. If the variable is set,
you'll see the number of seconds you can stay idle. Then, you can edit
your .bash_profile or /etc/profile to change the setting or deactivate it.

Emmanuel Seyman

PS: A timeout setting isn't as bad as it sounds. It's the first thing I
add to the root account of all the servers I install (with a 4 minutes
deadline).
PPS: Use ssh, not telnet!

Emmanuel Seyman



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to