- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SSH delayed login in HP-UX 11.11i
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
05-27-2007 05:44 PM
05-27-2007 05:44 PM
SSH delayed login in HP-UX 11.11i
After entering the username it takes 15 seconds
for prompting for passwd for users from remote site and when we are trying connect from some other remote site it connecting fast but we have other servers which having good ssh connectivity.
please help us in solving the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 08:57 PM
05-27-2007 08:57 PM
Re: SSH delayed login in HP-UX 11.11i
There are two possible causes of delays with SSH. The first is the collection of entropy data to set up the secure connection. However that is usually the cause of the delay before being prompted for a username and password.
More likely the reverse lookup of the host address for the connecting user is failing. Check this by doing a last -R | head . The first listing should be your hostname that the server thinks you connected from. If it is an IP address then add an entry in the /etc/hosts file (or DNS) for that address.
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 09:13 PM
05-27-2007 09:13 PM
Re: SSH delayed login in HP-UX 11.11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 09:19 PM
05-27-2007 09:19 PM
Re: SSH delayed login in HP-UX 11.11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 09:21 PM
05-27-2007 09:21 PM
Re: SSH delayed login in HP-UX 11.11i
Are they all running the same version of SSH? Are you running the Open SSH or HP's SecSH port?
What was the result for the
last -R
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 10:02 PM
05-27-2007 10:02 PM
Re: SSH delayed login in HP-UX 11.11i
Another possible cause.
Strong random number generation. Without the optional software providing this feature ssh can be slow in generating encrypted authentication information.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I
This will help a lot, requires a reboot.
Also if one of the NIC cards is getting ready to die you'll see this symptom.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 11:27 PM
05-27-2007 11:27 PM
Re: SSH delayed login in HP-UX 11.11i
cheers
arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 01:53 PM
05-28-2007 01:53 PM
Re: SSH delayed login in HP-UX 11.11i
To eliminate the potential delay due to name resolution, add the hostnames to /etc/hosts and update nsswitch.conf to have file before dns lookup.
Can you test scp between the two servers and see if you experience similar delays?
Jov