For clarification purposes...
On Tue, 2005-01-25 at 07:24 -0700, todd hewett wrote:
> Great Balls Of Fire.......
>
> It's working.
>
> Restarting SSH made it all work.
>
> Not on all. On some, (namely, those with BSD-style init scripts), it's
> `/etc/rc,d/sshd restart`.
----
this was a typo...s/h/b
/etc/rc.d/sshd restart #comma in rc,d
#but this won't work on redhat systems...below 3 commands would work
----
> > This should work on all GNU/Linux boxen, I think:
> > /etc/init.d/sshd restart
> >
> > RedHat has something like:
> > service ssh restart
----
service sshd restart #same as /etc/rc.d/init.d/sshd restart
#or /etc/init.d/sshd restart
Craig
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss