From e9c30d62e641c6ce852c7efe6a8d6296cf5b73ef Mon Sep 17 00:00:00 2001 From: rajat29 Date: Wed, 30 Aug 2017 11:36:46 +0530 Subject: [PATCH] Typo fix in admin doc ssh-configuration.html Change-Id: Ibbf24ebb8fc0afa2fed1cda250fd04daf7fbffc2 Closes-bug: #1713750 --- doc/source/admin/ssh-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/ssh-configuration.rst b/doc/source/admin/ssh-configuration.rst index d3fb92611281..f7e054fdc690 100644 --- a/doc/source/admin/ssh-configuration.rst +++ b/doc/source/admin/ssh-configuration.rst @@ -17,7 +17,7 @@ disks to other nodes. To share a key pair between compute nodes, complete the following steps: #. On the first node, obtain a key pair (public key and private key). Use the - root key that is in the ``/root/.ssh/id_rsa`` and ``/root/.ssh/id_ras.pub`` + root key that is in the ``/root/.ssh/id_rsa`` and ``/root/.ssh/id_rsa.pub`` directories or generate a new key pair. #. Run :command:`setenforce 0` to put SELinux into permissive mode.