1836438 Members
3593 Online
110100 Solutions
New Discussion

Secure Shell problem

 
SOLVED
Go to solution
Igor Sovin
Super Advisor

Secure Shell problem

Hi all!

Does anybody installed HP UX Secure Shell on HP-UX 11.22?

I have problems with it.
8 REPLIES 8
David_246
Trusted Contributor

Re: Secure Shell problem

What problems ?

Regs David
@yourservice
Igor Sovin
Super Advisor

Re: Secure Shell problem

When im swinstalling ssh i get some errors
The logfile follows as:

* Beginning the Configure Execution Phase.
/usr/lib/hpux32/dld.so: Unable to find library 'libgssapi_krb5.so'.
/var/tmp/BAAa08302/catalog/Secure_Shell/SECURE_SHELL/configure[55]: 8527 Killed
ERROR: could not generate RSA1 host key
ERROR: The "configure" script for "Secure_Shell.SECURE_SHELL" failed
(exit code "1"). The script location was
"/var/tmp/BAAa08302/catalog/Secure_Shell/SECURE_SHELL/configure".

* This script had errors and the execution of this fileset
cannot proceed until the problem is fixed. Check the above
output from the script for further details.

* Summary of Execution Phase:
ERROR: Installed Secure_Shell.SECURE_SHELL,r=A.03.71.000
ERROR: 1 of 1 filesets had Errors.
ERROR: The Execution Phase had errors. See the above output for
details.

And the sshd doesnt run

Mark Grant
Honored Contributor

Re: Secure Shell problem

Seems you need to install Kerberos first.

You can get that here



http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-0.3f/
Never preceed any demonstration with anything more predictive than "watch this"
Fabio Ettore
Honored Contributor
Solution

Re: Secure Shell problem

Hi,

I had the same problem a few days ago.
Launch manually

# /opt/ssh/bin/ssh-keygen -t rsa1 -f /opt/ssh/etc/ssh_host_key -N ""

and swconfig \*

I hope this helps you too.

Best regards,
Ettore
WISH? IMPROVEMENT!
Igor Sovin
Super Advisor

Re: Secure Shell problem

Doesnt work
the same problem appears :(
Andrew Cowan
Honored Contributor

Re: Secure Shell problem

You shouldn't use rsa-type-1 keys as they are insecure and their support is being phased-out. You should always use type-2, or dsa.

Command should be:
/opt/ssh/bin/ssh-keygen -t rsa -f /opt/ssh/etc/ssh_host_key -N ""

Have installed the Kerberos-5 filesets yet?
Igor Sovin
Super Advisor

Re: Secure Shell problem

No I havent got Kerberos 5, where can I get it?
Andrew Cowan
Honored Contributor

Re: Secure Shell problem