Date: Fri, 8 Dec 2000 15:00:25 -0800 From: Jason Byrne <jbyrne@thegrid.net> Message-ID: <Pine.SGI.4.30.0012081456550.12206-100000@emeraldcity.ucr.edu> Subject: Re: [suse-sparc] startup script for sshd
well... if you want something really trivial - how about:
#!/bin/sh
case "$1" in
start)
echo "starting sshd..."
# adjust path to sshd location on your machine
/usr/local/sbin/sshd
exit 0
;;
esac
On Fri, 8 Dec 2000, Marc Provencher wrote:
> Anyone have a decent startup script for sshd on Suse SPARC linux
> ? Something like /etc/rc.d/init.d/sshd ?
>
> I just finished compiling and installing OpenSSH, and it would save me time
> if I had that script, or at least something to start from.
>
> Thanks,
>
> Marc Provencher
> mprovenc@home.com
>
>
This archive was generated by hypermail 2.1.0 : Wed Jun 06 2001 - 11:08:26 PDT