From 014fcb21dc712d5e91e1fb194d1cb9e0096223e5 Mon Sep 17 00:00:00 2001 From: "Jesus R. Camou" Date: Mon, 6 Mar 2006 19:26:15 +0000 Subject: [PATCH] Document the use of the rc.d script for sshd instead of simply `sshd'. PR: docs/94112 Submitted by: Pierre-Paul Lavoie Patch by: Daniel Gerzo Approved by: trhodes (mentor) --- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index 1cbcfaf510..87f22e6b20 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -4244,8 +4244,11 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D rc.conf file for: sshd_enable="YES" This will load &man.sshd.8;, the daemon program for OpenSSH, - the next time your system initializes. Alternatively, you can - simply run directly the sshd daemon by typing sshd on the command line. + the next time your system initializes. Alternatively, it is + possible to use /etc/rc.d/sshd &man.rc.8; + script to start OpenSSH: + + /etc/rc.d/sshd start