Operating System - HP-UX
1832951 Members
2963 Online
110048 Solutions
New Discussion

Re: Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

 
Harikrishnan L
Frequent Advisor

Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

Deaf all,

I need to update my secure_shell version from 3.71 to 5.3 my system configurations given below. kindly guide me for the same.
Details:-
----------
# swlist -l product | grep -i secure
Secure_Shell A.03.71.007 HP-UX Secure Shell
openssl A.00.09.07-d.011 Secure Network Communications Protocol
# uname -a
HP-UX DISTHPIT B.11.23 U ia64 0045466223 unlimited-user license
#swlist
db 4.8.24 db
expat 2.0.1 expat
gdbm 1.8.3 gdbm
gettext 0.17 gettext
libiconv 1.13.1 libiconv
openssh 5.3p1 openssh
openssl 0.9.8k openssl
perl 5.10.1 perl
tar 1.22 tar
tcp_wrappers 7.6 tcp_wrappers
zlib 1.2.3 zlib

Thanks in Advance
4 REPLIES 4
Jupinder Bedi
Respected Contributor

Re: Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

you can install it as follows


swinstall -x mount_all_filesystem=false -s source:path


Good luck
All things excellent are as difficult as they are rare
Horia Chirculescu
Honored Contributor

Re: Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

Hello,

Here you can find the depot for version 5.30.007

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Install instructions at the end of the page.
(follow the link)

Horia.
Best regards from Romania,
Horia.
Harikrishnan L
Frequent Advisor

Re: Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

HI Bedi & Horia

Thanks for your support.

I have been installed the secure shell 5.3 successfully with all you help.

Thanks and Regards
Harikrishnan.L
Harikrishnan L
Frequent Advisor

Re: Secure_Shell need to update from 3.71.007 to 5.3 in HP-UX

Installation Procedure

To install HP-UX Secure Shell version A.05.30, complete the following steps:

1. Log in as superuser.

2. Download the T1471AA.depot file (for HP-UX 11i v1 and HP-UX 11i v2) or SecureShell.depot (for HP-UX 11i v3) file available at:
http://www.software.hp.com/

3. Copy the depot file to the/tmp directory.

4. Enter the swlist command to verify whether you have downloaded the depot file properly.

Note:Include the complete path name of the depot file. For example:
$ swlist -d s /tmp/.depot

5. Enter the following command to install HP-UX Secure Shell on HP-UX 11i v1 and HP-UX 11i v2:

$ swinstall -s /tmp/.depot T1471AA


6. Enter the following command to install HP-UX Secure Shell on HP-UX 11i v3:

$ swinstall -s /tmp/.depot SecureShell

The HP-UX Secure Shell daemon (sshd) is preconfigured and starts after installation.

7. Enter the following command to verify if sshd is running on your system:
$ ps -ef | grep sshd