HP-UX start or stop / restart OpenSSH SSHD service

by on July 17, 2007 · 3 comments· last updated at July 17, 2007

Q. I’ve HP-UX installed on my HP UX UNIX server. But I’m not able to start or restart the OpenSSH ssh server. How do I stop or restart sshd under HP-UX?
A. HP-UX Secure Shell uses Pluggable Authentication Module for password authentication. Server configuration file is located at /opt/ssh/etc/sshd_config.

HP-UX SSHD System Startup and Shutdown script:

/sbin/init.d/secsh {start|stop}

System startup configuration file

/etc/rc.config.d/sshd

Stop HP UX SSH Service

Type the command:
# /sbin/init.d/secsh stop

Start HP UX SSH Service

Type the command:
# /sbin/init.d/secsh start



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 3 comments… read them below or add one }

1 Josh June 17, 2008 at 3:17 pm

Why in the world can HP not do everything everyone else? Is it so hard to just name the startup script sshd?

Reply

2 Sandeep Sandhu October 5, 2009 at 12:02 pm

hi,

can anybody please tell me that if i have to change the mode the service manually to automatically then how can i fix it.

Reply

3 lmx June 21, 2011 at 2:36 pm

you bet, this fucking shiit of HP F*ck all the time my life with ther atitude …

cmps

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , ,

Previous Faq:

Next Faq: