ssh login problem in hp-ux

Hi Everyone..
User is not able to login using ssh whereas using telnet he is able to login in hp-ux. I checked for ssh configuration file but it is not configured for denying any user access.
What could be the problem? user is not allowed to use telnet.

Thanks.
Laxmikant

Hello,

no ssh on HP-UX ?
Wrong version ?

Regards

Is a sshd process running on the HP-UX machine or else a line in /etc/inetd.conf to start sshd if port 22 is accessed (the latter is a very rare configuration); if a sshd process is running does the sshd_config file have any allow_groups or allow_users lists defined in it limiting who may ssh in?

Securing Remote Sessions Using HP-UX Secure Shell (SSH) looks useful.

Thanks Bdittmar and Tony..
Problem with ssh resolved.