- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SSH to server slow
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
тАО12-13-2006 01:16 PM
тАО12-13-2006 01:16 PM
We have run ACL on the hosts, and after that ssh to host getting too slow.
Problem is weired, initial attempts are slow, like it stops for a while and later attempts become normal.
gateway/switch looks normal.
netstat also gets slow at showing ssh connections..all other things are normal.
Let me know where to look.. I checked / compared ssh config files with other hosts.. looks all normal..
Thnx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2006 11:58 PM
тАО12-13-2006 11:58 PM
SolutionI don't remember the syntax exactly, but there's a commented entry in the conf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2006 01:59 AM
тАО12-14-2006 01:59 AM
Re: SSH to server slow
For example are you just doing interactive ssh keyboard to screen operations or are you using scp and/or sftp ?
Is it slow just during the login or do you see periodic delays after you have logged in and begun working ? If the later, it may not be an ssh issue but simply a network or system delay. Try tracing a session with tcpdump to see if you detect any delays and or retransmissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2006 07:17 PM
тАО12-14-2006 07:17 PM
Re: SSH to server slow
If this is your problem it is normally caused by lack of CPU power or a missing OS patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2006 09:48 PM
тАО12-14-2006 09:48 PM
Re: SSH to server slow
Perhaps there are some info in dmesg ?
if this is not sufficient the try
# tcpdump
on the interface when you you invoke ssh ?
and maybe an ssh with option -v will reveal more.
Hope you find help in the above?
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2006 03:34 AM
тАО12-16-2006 03:34 AM
Re: SSH to server slow
Thanks for all responses.
Rgds
Prashant