|
|
senthil_kumar
|
Hi All,
I am using HP-UX 11i V3, in that i want to restart the SSH.
|
|
|
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
|
|
|
Sort Answers By:
Date or Points
|
|
Pete Randall
|
|
Nov 4, 2009 17:16:23 GMT
10 pts
|
|
There should be a /sbin/init.d script for it. For me it would be "/sbin/init.d/secsh stop" and "/sbin/init.d/secsh start" but that's a Porting Center version on 11.11. Take a close look at /sbin/init.d and see what might fit.
Pete |
|
Vishu
|
|
Nov 4, 2009 17:32:42 GMT
10 pts
|
|
To restart SSH, look for the script in /sbin/init.d directory. normally it is
/sbin/init.d/secsh stop /sbin/init.d/secsh start |
|
unix_shell
|
|
Nov 5, 2009 03:16:03 GMT
9 pts
|
|
|
yeah, all are right. /sbin/init.d/secsh is for ssh service. |
|
Raj D.
|
|
Nov 5, 2009 03:36:25 GMT
10 pts
|
|
|
Farhan A Azam
|
|
Nov 5, 2009 04:19:23 GMT
10 pts
|
|
hi Sentil,
To stop ssh # /sbin/init.d/secsh stop
To start ssh # /sbin/init.d/secsh start |
|
Steven Schweda
|
|
Nov 5, 2009 04:57:54 GMT
10 pts
|
|
I know nothing, but I believe that I read somewhere that commands like these might do something:
"/sbin/init.d/secsh stop" "/sbin/init.d/secsh start"
/sbin/init.d/secsh stop /sbin/init.d/secsh start
# cd /sbin/init.d ; ./secsh stop # cd /sbin/init.d ; ./secsh start
# /sbin/init.d/secsh stop # /sbin/init.d/secsh start
(At least one set of them _looks_ a little different.) |
|
|
senthil_kumar
|
|
Nov 5, 2009 11:54:12 GMT
Thread closed by author
|
|
|