From: Zac Dover Date: Mon, 24 Oct 2022 23:09:11 +0000 (+1000) Subject: doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) X-Git-Tag: v16.2.11~215^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=642b248280be6e54bb7f2dc3bc0f16fb30a2aea7;p=ceph.git doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) This PR alters "ssh" to "SSH" in the text (that is, not in commands) every location in the doc/cephadm/ directory where "ssh" should be "SSH". Signed-off-by: Zac Dover (cherry picked from commit 5c217c1de57ddcdda19bd83993a26d2f257a03b7) --- diff --git a/doc/cephadm/adoption.rst b/doc/cephadm/adoption.rst index d43aa24924ccc..78d1343eb35d0 100644 --- a/doc/cephadm/adoption.rst +++ b/doc/cephadm/adoption.rst @@ -113,15 +113,15 @@ Adoption process ssh-copy-id -f -i ~/ceph.pub root@ .. note:: - It is also possible to import an existing ssh key. See - :ref:`ssh errors ` in the troubleshooting + It is also possible to import an existing SSH key. See + :ref:`SSH errors ` in the troubleshooting document for instructions that describe how to import existing - ssh keys. + SSH keys. .. note:: - It is also possible to have cephadm use a non-root user to ssh + It is also possible to have cephadm use a non-root user to SSH into cluster hosts. This user needs to have passwordless sudo access. - Use ``ceph cephadm set-user `` and copy the ssh key to that user. + Use ``ceph cephadm set-user `` and copy the SSH key to that user. See :ref:`cephadm-ssh-user` #. Tell cephadm which hosts to manage: diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 497cab71f4ca9..6476195399536 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -318,7 +318,7 @@ cephadm operations. Use the command: ceph cephadm set-user -Prior to running this the cluster ssh key needs to be added to this users +Prior to running this the cluster SSH key needs to be added to this users authorized_keys file and non-root users must have passwordless sudo access. diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index eda1cfff17f4c..67b8ab9a137df 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -210,8 +210,8 @@ available options. EOF $ ./cephadm bootstrap --config initial-ceph.conf ... -* The ``--ssh-user **`` option makes it possible to choose which ssh - user cephadm will use to connect to hosts. The associated ssh key will be +* The ``--ssh-user **`` option makes it possible to choose which SSH + user cephadm will use to connect to hosts. The associated SSH key will be added to ``/home/**/.ssh/authorized_keys``. The user that you designate with this option must have passwordless sudo access.