Reword a sentence to avoid confusing "ssh deamon" and "sshd deamon".

This commit is contained in:
Marc Fonvieille 2003-08-10 13:34:53 +00:00
parent 81b12f5b5a
commit 0a8b8c71cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17804

View file

@ -3840,9 +3840,9 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
<para>Be sure to make the following addition to your
<filename>rc.conf</filename> file:</para>
<screen>sshd_enable="YES"</screen>
<para>This will load the <application>ssh</application> daemon
<para>This will load &man.sshd.8;, the daemon program for <application>ssh</application>,
the next time your system initializes. Alternatively, you can
simply run the <application>sshd</application> daemon.</para>
simply run directly the <application>sshd</application> daemon by typing <command>sshd</command> on the command line.</para>
</sect2>
<sect2>