]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) 48612/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:56:27 +0000 (11:56 +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 d43aa24924ccc12b987041ee8766f666c9c176f3..78d1343eb35d03feae8f0d598ecd74c5bc801340 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 497cab71f4ca98464f7fc1a74ecac292fc35950f..6476195399536b86d3fdd044809da962db40205f 100644 (file)
@@ -318,7 +318,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 eda1cfff17f4c88a771ffcd029b4466a2d438ec4..67b8ab9a137df67f2e8654ccf8b1469693f86005 100644 (file)
@@ -210,8 +210,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.