From: Alfredo Deza Date: Mon, 14 Apr 2014 14:10:38 +0000 (-0400) Subject: fix ssh recommendation in docs X-Git-Tag: v1.5.0~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5fc7ad438cf276f4fb566eb4572b70057e7bb52;p=ceph-deploy.git fix ssh recommendation in docs Signed-off-by: Alfredo Deza --- 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.