From: John Wilkins Date: Sun, 28 Apr 2013 21:59:17 +0000 (-0700) Subject: doc: Added openssh-server mention. X-Git-Tag: v0.61~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21db055e8d901face582847d0c2745a2dcd3dcd1;p=ceph.git doc: Added openssh-server mention. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 9df872bccd82..d01f6366f9be 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -30,6 +30,15 @@ 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 =============