From af17b1d32c8b3513d7d2ad538c122a16d7b4b548 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 5 Oct 2018 18:29:10 +0800 Subject: [PATCH] fix a typo in doc Change-Id: I77980d5abe6c044d7d433586b3d9bdaeb25494e3 --- doc/source/security/ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/security/ubuntu.rst b/doc/source/security/ubuntu.rst index 2e92d275..5418e092 100644 --- a/doc/source/security/ubuntu.rst +++ b/doc/source/security/ubuntu.rst @@ -178,7 +178,7 @@ System Service Configuration If ``sshd`` is enabled, ensure it is securely configured: - - **Must** only support protocol verison 2 (``Protocol 2``) + - **Must** only support protocol version 2 (``Protocol 2``) - **Must** disallow root SSH logins (``PermitRootLogin no``) - **Must** disallow empty passwords (``PermitEmptyPasswords no``) - **Should** set a idle timeout interval (``ClientAliveInterval 600`` and ``ClientAliveCountMax 0``)