- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configure telnetd to automatic close connection
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
08-21-2001 01:05 AM
08-21-2001 01:05 AM
configure telnetd to automatic close connection
I'd known how I can setup an automatic timeout
to a telnet session after n minutes (es. 60 minutes)
Is it possible??
thanks
Spiff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 01:20 AM
08-21-2001 01:20 AM
Re: configure telnetd to automatic close connection
you can use the environment variable TMOUT. You can set it in /etc/profile
for ksh export TMOUT=100 ( per sec. )
and i think in csh is setenv TMOUT=100
hope that i help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 01:22 AM
08-21-2001 01:22 AM
Re: configure telnetd to automatic close connection
you can see also the answer in this link
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0dfc5f260cafd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 02:27 AM
08-21-2001 02:27 AM
Re: configure telnetd to automatic close connection
You may set the variable TMOUT to the desired amount of seconds that you wish to limit, and put such a definition in the /etc/profile.
#vi /etc/profile
and add the following line:
export TMOUT=60
This example for a timeout set to 60 seconds of unactivity.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 12:40 PM
08-21-2001 12:40 PM
Re: configure telnetd to automatic close connection
TMOUT=1800 readonly TMOUT
export TMOUT