1834650 Members
2557 Online
110069 Solutions
New Discussion

Re: ssh depot

 
ROSS HANSON
Regular Advisor

ssh depot

Is there a .depot somewhere of ssh for hpux 11.0? If so where is it?

Thank you
Ross Hanson
5 REPLIES 5
Uday_S_Ankolekar
Honored Contributor

Re: ssh depot

Hp's porting centre have openssh depot.

Here is the thread.

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.5p1/

-USA..
Good Luck..
Ravi_8
Honored Contributor

Re: ssh depot


Hi,

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.5p1/

has .depot of ssh for 11.0
never give up
Steven E. Protter
Exalted Contributor

Re: ssh depot

Unless you need to customize something, going with the depots in the first response is the way to go.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jose Mosquera
Honored Contributor

Re: ssh depot

Hi,

Make sure your system is running HP-UX 11.00, 11i, or 11i version 1.6 and log in as root

Download the T1471AA.depot file from www.software.hp.com
Note - The exact depot file name may not be T1471AA.depot.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
Fill the trial/free product registration and Download it to your PC.

Move (FTP Binary) the T1471AA.depot file to your HP-UX /tmp directory

Run swlist to verify you downloaded the T1471AA.depot properly
Note: swlist requires you to enter the entire path of the depot file, for example:
$ swlist -d /tmp/T1471AA.depot

Run the following swinstall command to install HP-UX Secure Shell:

$ swinstall -s /tmp/T1471AA.depot

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

Verify sshd is running with the following command:

$ ps -ef | grep sshd

Patch Requirements

HP tested HP-UX Secure Shell A.03.10.002 and A.03.10.003 in test environments with the following Support Plus patch bundles installed.

HP recommends HP-UX 11.00 customers to install the listed patch bundle.

HP requires HP-UX 11i customers to install the listed patch bundle.

OS Release Date Release/Number HP Part Number
HP-UX 11.00 March 2002 SP-0203 5012-0049
HP-UX 11i *required December 2001 SP-0112 5012-0015

More information about Support Plus patch bundles is available at the IT Resource Center on the Maintenance and Support page.

HP recommends installing the following PAM patches for use with HP-UX Secure Shell A.03.10.002:

HP-UX 11.00 = PHCO_25527
HP-UX 11i = PHCO_24839
Note: Both PAM patches are included in the Support Plus patch bundles.

Rgds.