1825737 Members
2582 Online
109687 Solutions
New Discussion

ssh configuration

 
Micky1_1
Occasional Contributor

ssh configuration

hi all,

can some one tell me how to configure ssh in hp-ux 11.11.

thanks
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: ssh configuration

SSH documentation is located here:
http://docs.hp.com/en/internet.html#Secure%20Shell

Have a browse through the "Getting Started" guides available there.
Avinash Agarkar
Valued Contributor

Re: ssh configuration

Hi Micky,

You need to install the latest product of the SSH which is available on

software.hp.com

Product No.: T1471AA

Depot Name : T1471AA_HPUX 11.11.depot or 11.23.depot

Select your proper o/s version download
the depot then

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

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

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

Enter the following command to install HP-UX Secure Shell:
$ swinstall -s /tmp/T1471AA.depot T1471AA
The HP-UX Secure Shell daemon (sshd) is preconfigured and starts after installation.

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

Then if you want to change the config file you can change edit in sshd_config and

These files are located in /opt/ssh.etc/

Check this doc before changing any entries in sshd_config file

also need to restart the demon after changing the sshd_config file.

Thanks,
Avinash
Great Power Comes With Great Responsibility