|
|||||||||||
|
openssh init.d script for baseline Solaris 8
From: John Tackman <john.tackman(at)hex.fi>
Date: Thu Jan 23 2003 - 08:54:51 EST
Since I did not manage to find one with a google search i wrote an init script that can start, stop and restart sshd on a baseline installed solaris 8 machine, no additional tools over the base OS + openssh. It's quite basic but it does what it's supposed to do. http://www.tackman.net/sshd-init-solaris8 create a file in /etc/init.d/ named for example openssh or sshd, let's use sshd as an example vi /etc/init.d/sshd
insert into this file the script mentioned above and save it
chmod 755 /etc/init.d/sshd
all set, now you can start sshd manually by entering /etc/init.d/sshd start. sshd will start and shutdown with the system at reboots. -- John This transmission is intended only for the individual or entity to which it is addressed. The message may contain information that is private and confidential. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any distribution, dissemination or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately by returning the e-mail and delete the original message. Thank You. The content of this message is not given or endorsed by HEX. HEX reserves the right to monitor all e-mail communications through its networks. The attachments have been scanned for viruses prior to leaving our e-mail server. HEX shall not be liable for any consequences of any virus being passed on.Received on Thu Jan 23 12:12:08 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:52 EDT |
||||||||||
|
|||||||||||