[deployment-guide: 113/185] Corrected a silly typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:20:38 UTC 2011


commit aaeb0a1f71f3ed72b9ce286482025b9b429578cb
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Mar 7 16:35:04 2011 +0100

    Corrected a silly typing error.
    
    Many thanks to Eva Kopalova for noticing.

 en-US/OpenSSH.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/OpenSSH.xml b/en-US/OpenSSH.xml
index 17c4c2d..27ac02e 100644
--- a/en-US/OpenSSH.xml
+++ b/en-US/OpenSSH.xml
@@ -552,7 +552,7 @@ It is also possible that the RSA host key has just been changed.</screen>
         <secondary>using key-based authentication</secondary>
       </indexterm>
       <para>
-        To improve the system security even further, you can enforce the use the key-based authentication by disabling the standard password authentication. To do so, open the <filename class="directory">/etc/ssh/sshd_config</filename> configuration file in a text editor such as <application>vi</application> or <application>nano</application>, and change the <option>PasswordAuthentication</option> option as follows:
+        To improve the system security even further, you can enforce the key-based authentication by disabling the standard password authentication. To do so, open the <filename class="directory">/etc/ssh/sshd_config</filename> configuration file in a text editor such as <application>vi</application> or <application>nano</application>, and change the <option>PasswordAuthentication</option> option as follows:
       </para>
       <screen>PasswordAuthentication no</screen>
       <para>


More information about the docs-commits mailing list