From 0a8b8c71cd7a7c97fdc91f3eee9c3b81b2465702 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sun, 10 Aug 2003 13:34:53 +0000 Subject: [PATCH] Reword a sentence to avoid confusing "ssh deamon" and "sshd deamon". --- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 4 ++-- 1 file changed, 2 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 1c617bc0bb..20779ebd0e 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -3840,9 +3840,9 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D Be sure to make the following addition to your rc.conf file: sshd_enable="YES" - This will load the ssh daemon + This will load &man.sshd.8;, the daemon program for ssh, the next time your system initializes. Alternatively, you can - simply run the sshd daemon. + simply run directly the sshd daemon by typing sshd on the command line.