Showing posts with label hpux. Show all posts
Showing posts with label hpux. Show all posts

Sunday, July 27, 2008

HP UX start/stop/restart sshd service

To start/stop sshd service, you must use "root" account"

System startup configuration file

/etc/rc.config.d/sshd

Stop HP UX SSH Service

/sbin/init.d/secsh stop

Start HP UX SSH Service

/sbin/init.d/secsh start


If /sbin/init.d/secsh is not found, you can try the following if found

/sbin/init.d/S91sshd start

Friday, July 11, 2008