Enable ssh in HPUX

To install and enable ssh service in HP unix , please follow the below steps..

1. swlist -l product|grep -i ssh -->> check any ssh software is already installed or not.

2. If it is not installed then down load ".depot" from www.software.hp.com

3. Install the ssh depot using below command

#swinstall -s /pathtodepot/sshdepot.deopt


4.Edit /etc/rc.config.d/sshd and set SSHD_START=1


5. start the SSH service now

  #/sbin/init.d/sshd start or /etc/init.d/secsh start




Post a Comment

0 Comments