]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) 48611/head
authorZac Dover <zac.dover@gmail.com>
Mon, 24 Oct 2022 23:09:11 +0000 (09:09 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 25 Oct 2022 01:55:46 +0000 (11:55 +1000)
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 <zac.dover@gmail.com>
(cherry picked from commit 5c217c1de57ddcdda19bd83993a26d2f257a03b7)

doc/cephadm/adoption.rst
doc/cephadm/host-management.rst
doc/cephadm/install.rst

index 6d9ec1251591ece393f392bc5dbe6456c16919c2..2b38d42d279f40daabd84432a57dcf9bb450efa2 100644 (file)
@@ -113,15 +113,15 @@ Adoption process
       ssh-copy-id -f -i ~/ceph.pub root@<host>
 
    .. note::
-     It is also possible to import an existing ssh key. See
-     :ref:`ssh errors <cephadm-ssh-errors>` in the troubleshooting
+     It is also possible to import an existing SSH key. See
+     :ref:`SSH errors <cephadm-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 <user>`` and copy the ssh key to that user.
+     Use ``ceph cephadm set-user <user>`` and copy the SSH key to that user.
      See :ref:`cephadm-ssh-user`
 
 #. Tell cephadm which hosts to manage:
index 8e1340b2b4e1d34454980a6caccf1a7360d8ecb2..ffe581601e5ce6ec627ab8c90f80874d4d5293f7 100644 (file)
@@ -424,7 +424,7 @@ cephadm operations. Use the command:
 
    ceph cephadm set-user <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.
 
 
index d2096a187ca72a4797abf1fbb2b1a7dbac662084..7fef93dea273671df8cb9ecb93f2ce302218551e 100644 (file)
@@ -212,8 +212,8 @@ available options.
       EOF
       $ ./cephadm bootstrap --config initial-ceph.conf ...
 
-* The ``--ssh-user *<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 *<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/*<user>*/.ssh/authorized_keys``. The user that you 
   designate with this option must have passwordless sudo access.