Typo fix in admin doc ssh-configuration.html

Change-Id: Ibbf24ebb8fc0afa2fed1cda250fd04daf7fbffc2
Closes-bug: #1713750
This commit is contained in:
rajat29 2017-08-30 11:36:46 +05:30
parent 2634693d45
commit e9c30d62e6
1 changed files with 1 additions and 1 deletions

View File

@ -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.