- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login taking too much time through ssh
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
09-11-2005 06:22 PM
09-11-2005 06:22 PM
Login taking too much time through ssh
Sep 11 16:41:21 test syslog: get_pwhist_config: Can not open /etc/default/security file. Default password history depth 1 is used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:35 PM
09-11-2005 06:35 PM
Re: Login taking too much time through ssh
Checks perms on /etc
/etc/default and /etc/default/security file.
Also what version of ssh do you use?? openssh or hp's ssh?? some versions of ssh use a combination of commands to generate the random number generation and this takes time.
To get around this, you can update to latest version, reduce the commands that are used to generate the random number. Also look at installing KRNG. (random number generation number product. This makes use of /dev/random and /dev/urandom)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:47 PM
09-11-2005 06:47 PM
Re: Login taking too much time through ssh
I cant find the file /etc/default/security
I use putty for ssh login.
When I login from another HPUX machine using hp's ssh, it takes no time to login but when i use putty from my windows machine it takes too much time.
Could you suggest another ssh software that i can use except putty?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 06:56 PM
09-11-2005 06:56 PM
Re: Login taking too much time through ssh
And you did not inform on ssh version. Old ssh versions use few commands for random number generation and that delays the the whole process of setting a session.
So you have following options to try.
1. update ssh to latstet version. (version 4 i think)
2. use few commands to generate the random number. (speed up random number generation)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 05:26 PM
09-12-2005 05:26 PM
Re: Login taking too much time through ssh
Again thaks RAC for your response.
Shafi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 01:44 AM
09-13-2005 01:44 AM
Re: Login taking too much time through ssh
The REAL answer is the the ssh program is running "netstat -i" as part of generating the random number. Fixing DNS to more quickly run "netstat -i"
If DNS changes, you might be back to square one.
You have 3 choices:
1. modify ????ssh/etc/ssh_prng_cmds to comment out that "netstat -i" command.
2. get a better random number generator.
3. wait for it to go slow down again.
You currently have chosen option #3.