- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Timeout Period for Telnet
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 04:56 PM
12-18-2005 04:56 PM
Timeout Period for Telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 05:01 PM
12-18-2005 05:01 PM
Re: Timeout Period for Telnet
Export TMOUT variable in any user's profile to activate session timeout.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 05:33 PM
12-18-2005 05:33 PM
Re: Timeout Period for Telnet
If you set TMOUT variable with value in .profile then it will be activated all logins including ssh based, rlogin based too.
To avoid that,
---- $HOME/.profile ---
ps | grep -q telnet
if [[ ${?} -eq 0 ]]
then
# 1 hour
export TMOUT=3600
fi
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 05:45 PM
12-18-2005 05:45 PM
Re: Timeout Period for Telnet
Check the url below (docID : KBRC00012873) about 'What parameter controls telnet timeouts?' :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000069216208
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 05:59 PM
12-18-2005 05:59 PM
Re: Timeout Period for Telnet
Please go thru this,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=900842
HtH,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 12:19 AM
12-19-2005 12:19 AM
Re: Timeout Period for Telnet
Now it's important to note that the shell does not monitor inactivity of subprocesses such as vi. Once a process is started from the shell, the shell is no longer running and cannot compute inactivity. Only when the shell prompt is on the screen will inactivity be measured.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 02:34 PM
12-19-2005 02:34 PM
Re: Timeout Period for Telnet
#add this line
export TMOUT=
2,save and exit
3,logout and login again