Operating System - HP-UX
1833685 Members
3960 Online
110062 Solutions
New Discussion

Configuring secure shell (ssh) in a new hp-ux server (rp4440)

 
rana786
Regular Advisor

Configuring secure shell (ssh) in a new hp-ux server (rp4440)

Hi all,

I need to configure ssh in a new rp4440 server (OS-11.11). Can anyone help me with the proper steppings and tips to install and configure it?

Rgds,
Rana
Walker_dhk
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Configuring secure shell (ssh) in a new hp-ux server (rp4440)

Shalom Rana,

You could google search with the site:itrc.hp.com directive.

That will bring you up many good ideas to deal with custom configuration.

Somehow I'm thinking you have yet to customize so here is the simple install procedure.

swinstall -s full_path_with_secure_shell.depot \*

Secure shell permits you to insall over the top of a running version and the old version is updated. You don't even need to shutdown.

Custom configuration in the sshd_config file is converted. Most customization occurrs there.

SEP
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
Arunvijai_4
Honored Contributor

Re: Configuring secure shell (ssh) in a new hp-ux server (rp4440)

Hi Rana,

Just download the latest version of secure shell from

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

and read doc http://docs.hp.com/en/T1471-90018/index.html
[HP-UX Secure Shell Getting Started Guide: HP-UX 11i v1 and 11i v2]

Secure shell is fairly simple to configure. No need to be in worry.

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
rana786
Regular Advisor

Re: Configuring secure shell (ssh) in a new hp-ux server (rp4440)

Its ok.
Walker_dhk