- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SSH Timeout
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
Discussions
Discussions
Discussions
Forums
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
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-13-2010 06:04 PM
тАО08-13-2010 06:04 PM
SSH Timeout
-------------------------------
Read from remote host zxhx101 : Connection reset by peer
Connection to zxhx101 closed.
-------------------------------
After some times(hours) , my connections gets time out with above message . I want to increase the SSH timeout .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2010 06:30 PM
тАО08-13-2010 06:30 PM
Re: SSH Timeout
What makes you think that it's related to
SSH? Does an idle Telnet connection stay up
longer? Is there a TMOUT (or similar) time
limit in the shell on the remote system?
What is the remote system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2010 09:47 PM
тАО08-13-2010 09:47 PM
Re: SSH Timeout
There may be network timeout limit.
From server site ssh configuration is set in following file.
/opt/ssh/etc/sshd_config
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2010 09:08 AM
тАО08-14-2010 09:08 AM
Re: SSH Timeout
Can you send output of /etc/opt/ssh/sshd_config file.
wheather this issue is only with ssh or in telnet also.
if issue has come both telnet and ssh, then look over /etc/profile file for TMOUT veriable value.and also look over user's .profile for TMOUT variable value
Regards
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2010 10:23 AM
тАО08-14-2010 10:23 AM
Re: SSH Timeout
> TMOUT veriable value.and also look over
> user's .profile for TMOUT variable value
First:
echo $TMOUT
Then, if it's set, start looking for who set
it. If it's not set, then I wouldn't bother
looking for where it gets set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2010 07:38 AM
тАО08-15-2010 07:38 AM
Re: SSH Timeout
TMOUT is set to zero . Infact , its set to zero on all servers but i am facing this problem with 2 new servers only .
Telnet i need to check .
$ echo $TMOUT
0
sshd_config file as below (only non-hash entries)
----------------------------------
Protocol 2,1
KerberosAuthentication yes
UsePAM yes
X11Forwarding yes
TCPKeepAlive yes
ClientAliveInterval 0
ClientAliveCountMax 3
MaxStartups 30
HPNDisabled yes
Subsystem sftp /opt/ssh/libexec/sftp-server
----------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2010 09:56 AM
тАО08-16-2010 09:56 AM