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