This widget could not be displayed.
Operating System - HP-UX
1845516 Members
3197 Online
110244 Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
New Discussion
This widget could not be displayed.
This widget could not be displayed.

Re: passwd promting delay.

 
SOLVED
Go to solution
fizan
Super Advisor

passwd promting delay.

in non -trusted hp-ux 2660 where will be the user defined policies will be set.

while login into server it asks imdtly for login id::
but takes time foe asking passwd::

so time delay in checking whether the user exists there in box or not.

i alternately checked with the one more user it also takes time delay.
15 REPLIES 15
fizan
Super Advisor

Re: passwd promting delay.

why nobody in the forum replies for the quiries whether am asking any ting wrongly
Johnson Punniyalingam
Honored Contributor

Re: passwd promting delay.

it depends on the load of your server,

Problems are common to all, but attitude makes the difference
johnsonpk
Honored Contributor

Re: passwd promting delay.

Hi Fizan,

Are you using ssh to login ? what is the os version? user security poicies are set in /etc/default/security

Regards!
johnson

fizan
Super Advisor

Re: passwd promting delay.

# sar 1 5

HP-UX las7003 B.11.11 U 9000/800 12/10/09

17:07:51 %usr %sys %wio %idle
17:07:52 0 0 0 100
17:07:53 0 0 0 100
17:07:54 0 0 0 100
17:07:55 0 0 0 100
17:07:56 0 0 0 100

Average 0 0 0 100
#
fizan
Super Advisor

Re: passwd promting delay.

ya am using ssh login

swlist -l product |grep -i secure
Secure_Shell A.04.50.020 HP-UX Secure Shell
openssl A.00.09.07l.006 Secure Network Communications Protocol

# uname -a
HP-UX B.11.11 U 9000/800 2232264185 unlimited-user license
Johnson Punniyalingam
Honored Contributor
Solution

Re: passwd promting delay.

Johnson Punniyalingam
Honored Contributor

Re: passwd promting delay.

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.
Problems are common to all, but attitude makes the difference
fizan
Super Advisor

Re: passwd promting delay.

in /etc/nsswitch.conf also

passwd: compat
group: compat
hosts: files dns [NOTFOUND=return]
networks: nis [NOTFOUND=return] files
protocols: nis [NOTFOUND=return] files
rpc: nis [NOTFOUND=return] files
publickey: nis [NOTFOUND=return] files
netgroup: nis [NOTFOUND=return] files
automount: files nis
aliases: files nis
services: nis [NOTFOUND=return] files

its correct only
johnsonpk
Honored Contributor

Re: passwd promting delay.

Hi,

Can you check the dns lookup seetings in the ssh configuration file?

look for an entry "UseDNS yes " in /etc/opt/ssh/sshd_config file ..If it is yes try changing it to no and restart sshd daemon.

#/sbin/init.d/secsh stop
AND
#/sbin/init.d/secsh start
Note: this starting and stopping wont affect curret running ssh connection..how ever be sure to have console opened as an alternative.


Regards!
Johnson
Viktor Balogh
Honored Contributor

Re: passwd promting delay.

>why nobody in the forum replies for the >quiries whether am asking any ting wrongly

perhaps you should assign some points in order to motivate people:

"fizan
I have assigned points to 140 of 393 responses to my questions."
****
Unix operates with beer.
Viktor Balogh
Honored Contributor

Re: passwd promting delay.

passwd: compat
are you using NIS?

what is the output of 'ypwhich'?
****
Unix operates with beer.
fizan
Super Advisor

Re: passwd promting delay.

boss kindly check and say for whom i have not assigned points ,i will assign immeditaley.
Viktor Balogh
Honored Contributor

Re: passwd promting delay.

V. Nyga
Honored Contributor

Re: passwd promting delay.

Viktor - you had the wrong link

unassigned ->
http://forums11.itrc.hp.com/service/forums/pageList.do?userId=WW249988&listType=unassigned&forumId=1

V.
*** Say 'Thanks' with Kudos ***
johnsonpk
Honored Contributor

Re: passwd promting delay.

Hi Fizan,

Is your issue resloved ? what was the resolution ? please brief your solution and close your thread so that it will be helpful for others who may be looking your thread to resolve smae kind of issue.

Thanks!
Johnson