Issue Patching Secure Shell...


 
Thread Tools Search this Thread
Operating Systems HP-UX Issue Patching Secure Shell...
# 1  
Old 05-12-2015
Issue Patching Secure Shell...

I'm trying to patch an HPUX 11i v3 machine. The file I'm installing is "HP_UX_11i_v3_SecureShell_A.06.20.030._HP-UX_B.11.31_IA_PA.depot".

I get the following output in the log:
Code:
 * Reading source for product information.
 *Reading source for file information.
          The corequisite
          "openssl.OPENSSL-LIB,r>=A.01.00.01i,a=HP-UX_B.11.31_IA/PA" for
          fileset "Secure_Shell.SECURE_SHELL,r=A.06.20.030" cannot be
          successfully resolved.
 ERROR:   The dependencies for fileset
          "Secure_Shell.SECURE_SHELL,r=A.06.20.030" cannot be resolved
          (see previous lines).
          You must resolve the above dependencies before operating on
          this fileset or change the "enforce_dependencies" option to
          "false".
        * Executing preDSA command.
 NOTE:    The used disk space on filesystem "/" is estimated to remain
          unchanged.
          This will leave 339560 Kbytes of available user disk space
          after the installation.
 NOTE:    The used disk space on filesystem "/opt" is estimated to
          increase by 416 Kbytes.
          This will leave 4417808 Kbytes of available user disk space
          after the installation.
 NOTE:    The used disk space on filesystem "/var" is estimated to
          increase by 176 Kbytes.
          This will leave 9260904 Kbytes of available user disk space
          after the installation.
  
        * Summary of Analysis Phase:
 ERROR:       Exclude       Secure_Shell.SECURE_SHELL,r=A.06.20.030
 ERROR:   1 of 2 filesets had Errors.
        * 1 of 2 filesets had no Errors or Warnings.
 ERROR:   The Analysis Phase had errors.  See the above output for
          details.
  
        * Beginning the Install Execution Phase.
        * Filesets:         1
        * Files:            441
        * Kbytes:           4855
        * Installing bundle "SecureShell,r=A.06.20.030" .
        * Installing fileset "Secure_Shell.SECSH-CMN,r=A.06.20.030" (1
          of 1).
 NOTE:    A new version of "/etc/rc.config.d/sshd" has been placed on
          the system. The new version is located at
          "/opt/ssh/newconfig/etc/rc.config.d/sshd".
          The existing version of "/etc/rc.config.d/sshd" is not being
          overwritten since it appears that it has been modified by the
          administrator since it was delivered.
 NOTE:    A new version of "/opt/ssh/etc/ssh_config" has been installed
          on the system.
 NOTE:    A new version of "/opt/ssh/etc/sshd_config" has been placed on
          the system. The new version is located at
          "/opt/ssh/newconfig/opt/ssh/etc/sshd_config".
          The existing version of "/opt/ssh/etc/sshd_config" is not
          being overwritten since it appears that it has been modified
          by the administrator since it was delivered.
  
        * Beginning the Configure Execution Phase.
 unknown key type ecdsa
 ERROR:   could not generate ECDSA host key
 ERROR:   The "configure" script for "Secure_Shell.SECSH-CMN" failed
          (exit code "1"). The script location was
          "/var/tmp/BAA003890/catalog/Secure_Shell/SECSH-CMN/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.SECSH-CMN,r=A.06.20.030
 ERROR:       Skipped (in analysis) Secure_Shell.SECURE_SHELL,r=A.06.20.030
 ERROR:   2 of 2 filesets had Errors.
 ERROR:   The Execution Phase had errors.  See the above output for
          details.
  
  
 =======  05/04/15 21:07:42 EDT  END install AGENT SESSION (pid=


Last edited by Corona688; 05-12-2015 at 12:15 PM..
# 2  
Old 05-12-2015
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)



Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
# 3  
Old 05-12-2015
Hello chambo,

Welcome to forum, please use code tags as per forum rules for codes/commands/errors etc. http://www11.itrc.hp.com/service/cki/docDisplay.do​?docLocale=en&docId=emr_na-c01743625-2
--
Starting with HP-UX Secure Shell A.05.10 and HP-UX 11.31, OpenSSL is a shared library and is not archived. Secure Shell on HP-UX 11.31 now depends on the System's OpenSSL Version installed, not the one it was linked with.
--
If I look at "new in this release" info
https://h20392.www2.hp.com/portal/swdepot/displayP​roductInfo.do?productNumber=T1471AA
OpenSSH 5.2 is now linked with OpenSSL A.00.09.8k instead of A.00.09.7m

What version of OpenSSL are you running?
Code:
ssh -V

EDIT: Also could you please post result for following command too.
Code:
openssl version


Thanks,
R. Singh

Last edited by RavinderSingh13; 05-13-2015 at 01:34 AM.. Reason: Changed ICODE tags for CODE tags. by rbatte1 + added a command to ask user version of openssl by R. Singh
This User Gave Thanks to RavinderSingh13 For This Post:
# 4  
Old 05-12-2015
Hi, and thank you for the reply. This is my first post ever regarding HPUX so please forgive me for not following the proper format. I will make the requested changes but I want to get this response back asap. I'm a Redhat admin recently taking over responsibility for HPUX servers. So, while not new to sysadmin new to HPUX.

I ran ssh -V and got the following:
Code:
OpenSSH_5.2p1+sftpfilecontrol-v1.3-hpn13v5, OpenSSL 0.98ze 15 Jan 2015
HP-UX Secure Shell-A.05.20.015, HP-UX Secure Shell version

Thank you R. Singh for the help!!!

---------- Post updated at 01:03 PM ---------- Previous update was at 11:35 AM ----------

So, I still don't understand why OpenSSH won't install. I see from the log it's complaining about the creation of a key type: ecdsn. So, apparently it has an issue with that. I'd greatly appreciate some additional help.

Last edited by rbatte1; 05-12-2015 at 12:57 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Red Hat: Error connecting using secure shell

Hi All, I am getting below error when I try to connect with ssh. Not sure why the error is on.I am able to connect from a different login from the same server (local: rhe/home/s3>) ssh acces1@91.1.12.102 Connection closed by 91.1.12.102 (local: rhe/home/s3>) ssh redhlinx102 Connection... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies

2. Solaris

Sun Fire V245 patching issue

Hi All, I have an server Sun Fire V245 for which we had been trying to patch. We get a message that the patch has been applied successfully but while trying to reboot after activating the new lu, the server is not booting up. Had reinstalled lustarter pack, required patches during the patching... (5 Replies)
Discussion started by: Rockyc3400
5 Replies

3. Solaris

Solaris patching issue with Live Upgrade

I have Solaris-10 sparc box with ZFS file-system, which is running two non global zones. I am in process of applying Solaris Recommended patch cluster via Live Upgrade. Though I have enough space in root file-system of both zones, everytime I run installcluster, it fails with complaining less... (7 Replies)
Discussion started by: solaris_1977
7 Replies

4. UNIX for Dummies Questions & Answers

GUI via secure shell

Hi i am connected to remote system using putty over ssh-1 version. i can see the command line and able to perform the operations through it. is it possible to have a GUI interface of my login rather than terminal access? do i need to use any client other than putty ? any help is much... (5 Replies)
Discussion started by: rakeshkumar
5 Replies

5. Solaris

Issue patching, can't find resolution

I'm trying to install the latest patch cluster on a server running 05/08 (it's a Sunfire v240). When installing, the patch cluster dies at patch 138195-04. Looking at the failure log, here is what it says: baspeans01:/home/10_Recommended# more /var/tmp/138195-04.log.16544 This appears to be... (2 Replies)
Discussion started by: msarro
2 Replies

6. AIX

AIX and Secure Shell

I just installed 5.3 TL0 on a B50 server. I need to get ssh installed. I tried the links at http://sourceforge.net/projects/openssh-aix] I downloaded openssh_5.2p1_aix53.tar and openssh-4.5_srcpatch.tar. The installation failed. The notes say that this was compiled for TL 8, and mine is... (3 Replies)
Discussion started by: Geekasaurus
3 Replies

7. Solaris

ssh login issue after patching

Hi Everybody, Recently i applied patch cluster dated (2009.11.03) for solaris 10 sparc machine(Generic_138888-06) I successfully applied and rebooted the machine , no errors received. But after patching it was not allowing me to login through ssh while telnet was working fine.Logs showed me ... (11 Replies)
Discussion started by: laxmikant
11 Replies

8. Shell Programming and Scripting

Secure coding standards for Shell Programming

Hi, Can anyone point me to Secure coding standards for shell programming guides, links etc etc... Thanks and regards, Vamsi K Surampalli. (2 Replies)
Discussion started by: vamsisurampalli
2 Replies

9. Shell Programming and Scripting

f-secure sftp in shell script

Hi, I am trying to use sftp in a ksh - Shell script, but not even a simple script like this returns not output: sftp username@remotehost <<END ls END If I do something like this: sftp username@remotehost <<END | tee logfile ls END I get this error message: Warning: tcgetattr... (1 Reply)
Discussion started by: friand
1 Replies
Login or Register to Ask a Question