Operating System - HP-UX
1834930 Members
2706 Online
110071 Solutions
New Discussion

Re: I am unable to connect to a hpunix server using ssh(putty).

 
GnanaShekar
Regular Advisor

I am unable to connect to a hpunix server using ssh(putty).

Hi,

I am unable to connect to a hpunix server using ssh(putty). However, I am able to connect to the server using telnet. Please suggest.

# uname -a
HP-UX banpchp4 B.11.11 U 9000/800 133474610 unlimited-user license
#

Thanks & Regards,
-GnanaShekar-
5 REPLIES 5
njia_1
Trusted Contributor

Re: I am unable to connect to a hpunix server using ssh(putty).

Hi

Is sshd daemon running on the hpux box ?

do
ps -ef | grep sshd

if no process shows up then sshd is not running or it may be not instlled.

If /etc/rc.config.d/sshd does not exist, then you do not have ssh installed.

thanks
Arunvijai_4
Honored Contributor

Re: I am unable to connect to a hpunix server using ssh(putty).

Hello,

Do you have Secure shell installed and configured on your server ?

Check, # swinstall |grep -i secure

# /sbin/init.d/secsh start

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
njia_1
Trusted Contributor

Re: I am unable to connect to a hpunix server using ssh(putty).

by the way, you can download the HP secure shell form here

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
GnanaShekar
Regular Advisor

Re: I am unable to connect to a hpunix server using ssh(putty).

Hi,

I installed the secure shell depot and now can connect to hpunix server using ssh.
Thanks a lot.

Thanks & Regards,
-GnanaShekar-
Arunvijai_4
Honored Contributor

Re: I am unable to connect to a hpunix server using ssh(putty).

Hi,

Try to assign points and close this thread.

http://forums1.itrc.hp.com/service/forums/helptips.do?#28


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"