hosts. For additional details on operating systems or to use other operating
systems other than Debian or Ubuntu, see `OS Recommendations`_.
+
+Install an SSH Server
+=====================
+
+The ``ceph-deploy`` utility requires ``ssh``, so your server host(s) require an
+SSH server. ::
+
+ sudo apt-get install openssh-server
+
+
Create a User
=============
To provide full privileges to the user, add the following to
``/etc/sudoers.d/chef``. ::
- echo "chef ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/chef
- sudo chmod 0440 /etc/sudoers.d/chef
+ echo "ceph ALL = (root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/ceph
+ sudo chmod 0440 /etc/sudoers.d/ceph
Configure SSH
``~/.pam_environment``). Once you have completed this pre-flight checklist, you
are ready to begin using ``ceph-deploy``.
+.. _OS Recommendations: ../../../install/os-recommendations
\ No newline at end of file