]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
fix ssh recommendation in docs
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 14 Apr 2014 14:10:38 +0000 (10:10 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 14 Apr 2014 14:10:38 +0000 (10:10 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
README.rst

index ac1710b1a80eea38649f5b216e801650c5cf512b..e85bca86a32f278545e7491cc8f2a434cb2bcb07 100644 (file)
@@ -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 <email@address.dom>`` 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.