Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2006 16:40:14 GMT
From:      Daniel Gerzo <danger@rulez.sk>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/94112: FreeBSD Handbook: 14.11.2 Enabling sshd
Message-ID:  <200603061640.k26GeExr051405@freefall.freebsd.org>

index | next in thread | raw e-mail

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--


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603061640.k26GeExr051405>