- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH is very 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
Forums
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
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
тАО02-07-2010 07:16 AM
тАО02-07-2010 07:16 AM
SSH is very slow.
/var/adm/wtmps is conteneously increasing.
-rw-rw-r-- 1 adm adm 195600 Feb 7 09:32 wtmps
-rw------- 1 root other 5589596 Feb 6 23:51 btmps
In syslog,
FTP LOGIN REFUSED (ftp not in /etc/passwd) FROM localhost [127.0.0.1], anonymous
FTP session closed
Data port : 20
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2010 07:31 AM
тАО02-07-2010 07:31 AM
Solutioncan have a look at the folowing thread, this can be helpful.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1315390
sometimes purging wtmp and wtmpx might help.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2010 02:53 PM
тАО02-07-2010 02:53 PM
Re: SSH is very slow,
SSH/SFTP/SCP usually use Port 22 - not Port 20. If it is, indeed, FTP that you require then you need to set up the ftp account and inetd.
On the other hand, one cause for slow connection using SSH could be that you don't have reverse IP information set up in your DNS... SSH does a reverse lookup in order to verify the connection and the DNS query can take up to 30seconds to timeout before the connection completes. A workaround is to put the necessary IP address information in /etc/hosts (and make sure "files" are consulted before "dns" in /etc/resolv.conf). The proper solution is to set up the DNS to provide the reverse lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2010 04:55 PM
тАО02-07-2010 04:55 PM
Re: SSH is very slow,
u can use lsof command
lsof|grep -i ssh OR netstat -a|grep -i ssh
if number is very high try to restart the ssh service.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2010 05:24 PM
тАО02-07-2010 05:24 PM
Re: SSH is very slow,
It would be useful to have the output from:
uname -a
ssh -V
What client are you connecting from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2010 11:03 PM
тАО02-07-2010 11:03 PM
Re: SSH is very slow,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2010 03:51 AM
тАО02-08-2010 03:51 AM
Re: SSH is very slow,
for slowness check your /etc/hosts and /etc/resov.conf file.
Did u try to restart the ssh service anytime ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2010 05:54 AM
тАО02-09-2010 05:54 AM
Re: SSH is very slow,
issue resolve.