Operating System - HP-UX
1752790 Members
5775 Online
108789 Solutions
New Discussion юеВ

Re: Secure Shell issue: Not sure if this is the right place for the question but here goes.

 
Jonathan Grymes
Frequent Advisor

Secure Shell issue: Not sure if this is the right place for the question but here goes.

I installed an updated version of secure shell (SecureShell,r=A.06.20.030). The new version will not start up. I get Connection Refused when I try to login. Any suggestions?

System is HPUX rx 2620 running 11iv3.

# sh -x /sbin/init.d/secsh start
+ PATH=/usr/sbin:/usr/bin:/sbin
+ export PATH
+ WHAT=HP-UX Secure Shell
+ WHAT_PATH=/opt/ssh/sbin/sshd
+ + grep -i ^pidfile /opt/ssh/etc/sshd_config
+ awk {print $2}
WHAT_PID=
+ [  =  ]
+ WHAT_PID=/var/run/sshd.pid
+ WHAT_CONFIG=/etc/rc.config.d/sshd
+ rval=0
+ SRPPS=/opt/hpsrp/bin/srp_ps
+ [ -f /opt/hpsrp/bin/srp_ps ]
+ myps=ps
+ [ -f /etc/rc.config.d/sshd ]
+ . /etc/rc.config.d/sshd
+ SSHD_START=1
+ SSHD_ARGS=
+ SSHD_UMASK=000
+ umask 000
+ ps -ef
+ grep /opt/ssh/sbin/sshd
+ grep -v grep
+ 1> /dev/null
+ NOT_RUNNING=1
+ [ 1 -eq 1 -a -x /opt/ssh/sbin/sshd -a 1 -eq 1 ]
+ rval=2
+ exit 2
#

2 REPLIES 2
Jonathan Grymes
Frequent Advisor

Re: Secure Shell issue: Not sure if this is the right place for the question but here goes.

This might be my issue:

HP-UX Secure Shell A.06.20.30 and later on HP-UX 11i v3 Integrity system requires OpenSSL A.01.00.01j or later. Im still on the 098 branch.

Jonathan Grymes
Frequent Advisor

Re: Secure Shell issue: Not sure if this is the right place for the question but here goes.

Where can I download an earlier version of HP-UX Secure Shell A.06.20?