On Sat, 29 Nov 2003 17:08:56 +1300 Col <[EMAIL PROTECTED]> wrote: > > >Set a job going on the gentoo box that waits until all the wget jobs > >have finished and then explicitly kill the ppp daemon on the IPCop > >box. > > > >Simple shell script. > > > > > > > How do I run the kill command on a remote machine? > I guess it would have to be through ssh somehow. > > Col. >
ssh [EMAIL PROTECTED] "/etc/rc/rc.red stop" (i think thats the command to kill the ppp connection) you need to set up keys first so it is done without a password >
