Re: ssh loading at startup

2000-04-07 Thread Adam Shand
> 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

Re: ssh loading at startup

2000-04-07 Thread Brad
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

Re: ssh loading at startup

2000-04-07 Thread Colin Watson
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

Re: ssh loading at startup

2000-04-07 Thread Ian Zimmerman
> "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

Re: ssh loading at startup

2000-03-23 Thread Jason Christensen
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

Re: ssh loading at startup

2000-03-23 Thread Ron Rademaker
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

Re: ssh loading at startup

2000-03-23 Thread Bart Friederichs
> 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

Re: ssh loading at startup

2000-03-23 Thread Jason Christensen
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

Re: ssh loading at startup

2000-03-22 Thread Jason Christensen
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

Re: ssh loading at startup

2000-03-21 Thread Jason Christensen
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

Re: ssh loading at startup

2000-03-21 Thread Ron Rademaker
The symlinks are links to your script that decide when the script should be started (/etc/init.d/

Re: ssh loading at startup

2000-03-21 Thread Ron Rademaker
.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}" > >

Re: ssh loading at startup

2000-03-21 Thread Hecubus
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

Re: ssh loading at startup

2000-03-21 Thread dyer
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

Re: ssh loading at startup

2000-03-21 Thread Bob Nielsen
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

Re: ssh loading at startup

2000-03-21 Thread Beavis
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

Re: ssh loading at startup

2000-03-21 Thread Beavis
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

Re: ssh loading at startup

2000-03-21 Thread Beavis
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

Re: ssh loading at startup

2000-03-21 Thread Ron Rademaker
/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 >