diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 14:59:17 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 14:59:17 -0700 |
commit | 21db055e8d901face582847d0c2745a2dcd3dcd1 (patch) | |
tree | 8ee66f39bdaba86fc676cfaf71b0596917969049 | |
parent | 9fa6ba792eba4b5531b607eb3212e9722edc0165 (diff) | |
download | ceph-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.rst | 9 |
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 ============= |