看板 FB_doc 關於我們 聯絡資訊
The following reply was made to PR docs/94112; it has been noted by GNATS. From: Daniel Gerzo <danger@rulez.sk> To: bug-followup@FreeBSD.org, ppl@nbnet.nb.ca Cc: Subject: Re: docs/94112: FreeBSD Handbook: 14.11.2 Enabling sshd Date: Mon, 6 Mar 2006 16:37:37 +0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I think that this is a good place to show users that we have a nice rc scripts, so mention using it to start OpenSSH. This will actually cover the step with generation of the ssh keys. -- Kind Regards, Daniel Gerzo --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" --- /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml.orig Sat Feb 18 13:40:14 2006 +++ /usr/home/danger/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml Mon Mar 6 16:32:04 2006 @@ -4244,8 +4244,11 @@ <filename>rc.conf</filename> file for:</para> <screen>sshd_enable="YES"</screen> <para>This will load &man.sshd.8;, the daemon program for <application>OpenSSH</application>, - the next time your system initializes. Alternatively, you can - simply run directly the <application>sshd</application> daemon by typing <command>sshd</command> on the command line.</para> + the next time your system initializes. Alternatively, it is + 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> --oyUTqETQ0mS9luUI-- _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"