From c5fc7ad438cf276f4fb566eb4572b70057e7bb52 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Apr 2014 10:10:38 -0400 Subject: [PATCH] fix ssh recommendation in docs Signed-off-by: Alfredo Deza --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ac1710b..e85bca8 100644 --- a/README.rst +++ b/README.rst @@ -97,8 +97,8 @@ and place the public key (``id_rsa.pub`` or ``id_dsa.pub``) in:: and ensure that the following lines are in the sshd config:: - PermitRootLogin yes - PermitEmptyPasswords yes + PermitRootLogin without-password + PubkeyAuthentication yes The machine running ceph-deploy does not need to have the Ceph packages installed unless it needs to admin the cluster directly using the ``ceph`` @@ -357,4 +357,4 @@ the git clone When creating a commit message please use ``git commit -s`` or otherwise add ``Signed-off-by: Your Name `` to your commit message. -Patches can then be submitted by a pull request on GitHub. \ No newline at end of file +Patches can then be submitted by a pull request on GitHub. -- 2.47.3