Document the use of the rc.d script for sshd

instead of simply `sshd'.

PR:		docs/94112
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Patch by:	Daniel Gerzo <danger@rulez.sk>
Approved by:	trhodes (mentor)
This commit is contained in:
Jesus R. Camou 2006-03-06 19:26:15 +00:00
parent dfa9075d64
commit 014fcb21dc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27278

View file

@ -4244,8 +4244,11 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
<filename>rc.conf</filename> file for:</para> <filename>rc.conf</filename> file for:</para>
<screen>sshd_enable="YES"</screen> <screen>sshd_enable="YES"</screen>
<para>This will load &man.sshd.8;, the daemon program for <application>OpenSSH</application>, <para>This will load &man.sshd.8;, the daemon program for <application>OpenSSH</application>,
the next time your system initializes. Alternatively, you can the next time your system initializes. Alternatively, it is
simply run directly the <application>sshd</application> daemon by typing <command>sshd</command> on the command line.</para> possible to use <filename>/etc/rc.d/sshd</filename> &man.rc.8;
script to start <application>OpenSSH</application>:</para>
<programlisting>/etc/rc.d/sshd start</programlisting>
</sect2> </sect2>
<sect2> <sect2>