> The usual way to run sshd is via inetd, though. So maybe Beavis is
> asking the wrong question, maybe ssh into his box already works without
> any additional effort. If not, look in /etc/inetd.conf for a line
> mentioning ssh, perhaps there's something wrong with it.
err, not true. and unles
On Fri, Apr 07, 2000 at 11:03:47AM -0700, Ian Zimmerman wrote:
>
> The usual way to run sshd is via inetd, though. So maybe Beavis is
> asking the wrong question, maybe ssh into his box already works
> without any additional effort. If not, look in /etc/inetd.conf for a
> line mentioning ssh, pe
Ian Zimmerman <[EMAIL PROTECTED]> wrote:
>> "Ron" == Ron Rademaker <[EMAIL PROTECTED]> writes:
>
>Ron> /etc/init.d/ is where you have to put the script
>Ron> /etc/rc[RUNLEVEL].d is where you have to put symlinks to this
>Ron> script
>
>The usual way to run sshd is via inetd, though.
Is it? The
> "Ron" == Ron Rademaker <[EMAIL PROTECTED]> writes:
Ron> /etc/init.d/ is where you have to put the script
Ron> /etc/rc[RUNLEVEL].d is where you have to put symlinks to this
Ron> script
The usual way to run sshd is via inetd, though. So maybe Beavis is
asking the wrong question, maybe ssh in
On Thu, 23 Mar 2000, Bart Friederichs wrote:
> > manually as described above. Read the man page on update-rc.d (symlink
> > management program), also read the Debian faq at:
>
> When I just manually remove any links in an rcX.d directory, is that a way
> to disable servers etc. at startup?
You g
I prefer changing the name of the script in /etc/init.d (eg no xdm becomes
with me: mv /etc/init.d/xdm /etc/init.d/xdm-not). Works fine.
Ron
On Thu, 23 Mar 2000, Bart Friederichs wrote:
> > manually as described above. Read the man page on update-rc.d (symlink
> > management program), also read
> manually as described above. Read the man page on update-rc.d (symlink
> management program), also read the Debian faq at:
When I just manually remove any links in an rcX.d directory, is that a way
to disable servers etc. at startup?
Bart
On Mon, 20 Mar 2000, Beavis wrote:
> /etc/init.d/ is where i have to put the script
>
> what do i type? sshd or run sshd
To execute the various daemon commands try:
/etc/init.d/sshd [start|stop|restart]
>
> /etc/rc[RUNLEVEL].d is what i don't understand
>
Sym links in the /etc/rcX.d dire
it.d/ssh {start|stop|reload|force-reload|restart}"
> > exit 1
> > esac
> >
> > exit 0
> >
> >
> >
> > but how do i make a symlinks
> > to it:
> > /etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
> >
> &g
There is actually a great little program to create all the sym links Ron
talks about. Read the man page for update-rc.d. It's in the dpkg
package. It makes the management of the sym links much easier!
BTW, if you had (or have) installed the ssh debian package, it would
(should) have installed the
The symlinks are links to your script that decide when the script should
be started (/etc/init.d/
.pid --exec /usr/sbin/sshd
> > start-stop-daemon --start --quiet --pidfile /var/run/sshd.pid --exec
> > /usr/sbin/sshd
> > echo "."
> > ;;
> >
> > *)
> > echo "Usage: /etc/init.d/ssh {start|stop|reload|force-reload|restart}"
> >
On Mon, 20 Mar 2000, Bob Nielsen wrote:
> Installing the ssh package SHOULD do that for you.
Oh, that's the easy answer for so many questions posted here. I'm still
trying to figure out the resistance to using Debian's package management
system, when that's my favorite thing about the distributio
Beavis wrote:
> trying to get ssh to load at boot
>
> i have created a script in /etc/init.d called ssh
> i have also created a symbolic link to it from
> /etc/rc2.d called S20ssh
>
> but upon bootup the log says
> /etc/init.d/rc: /etc/rc2.d/S20ssh: Permission denied
>
> anyone know why, or maybe
Installing the ssh package SHOULD do that for you.
On Tue, Mar 21, 2000 at 12:38:29AM +0100, Ron Rademaker wrote:
> /etc/init.d/ is where you have to put the script
> /etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
>
> Ron
>
> On Mon, 20 Mar 2000, Beavis wrote:
>
> > everyt
sh {start|stop|reload|force-reload|restart}"
exit 1
esac
exit 0
but how do i make a symlinks
to it:
/etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
i am a newbie
ls
- Original Message -
From: Ron Rademaker <[EMAIL PROTECTED]>
To: Beavis <[EMAIL
t; but how do i make a symlinks
> to it:
> /etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
>
> i am a newbie
> ls
>
>
> - Original Message -
> From: Ron Rademaker <[EMAIL PROTECTED]>
> To: Beavis <[EMAIL PROTECTED]>
> Cc: debi
ok, i am trying to figure this out.
/etc/init.d/ is where i have to put the script
what do i type? sshd or run sshd
/etc/rc[RUNLEVEL].d is what i don't understand
> /etc/init.d/ is where you have to put the script
> /etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
>
> R
/etc/init.d/ is where you have to put the script
/etc/rc[RUNLEVEL].d is where you have to put symlinks to this script
Ron
On Mon, 20 Mar 2000, Beavis wrote:
> everytime i reboot my linux box i have to run the ssh deamon
>
> where can i put a line to tell it to start the ssh service at bootup
>
19 matches
Mail list logo