summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-28 14:59:17 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-28 14:59:17 -0700
commit21db055e8d901face582847d0c2745a2dcd3dcd1 (patch)
tree8ee66f39bdaba86fc676cfaf71b0596917969049
parent9fa6ba792eba4b5531b607eb3212e9722edc0165 (diff)
downloadceph-21db055e8d901face582847d0c2745a2dcd3dcd1.tar.gz
doc: Added openssh-server mention.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/start/quick-start-preflight.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst
index 9df872bccd8..d01f6366f9b 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
=============