]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: document setting ssh-user during adopt 43490/head
authorDaniel Pivonka <dpivonka@redhat.com>
Mon, 11 Oct 2021 21:15:35 +0000 (17:15 -0400)
committerDaniel Pivonka <dpivonka@redhat.com>
Wed, 13 Oct 2021 15:38:01 +0000 (11:38 -0400)
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
doc/cephadm/adoption.rst
doc/cephadm/host-management.rst

index db4fded39816aa8e1595ef59a7073c209cde33a0..e06422a716cc22928354f45bb043698e70e68b98 100644 (file)
@@ -118,6 +118,12 @@ Adoption process
      document for instructions that describe how to import existing
      ssh keys.
 
+   .. note::
+     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.
+     See :ref:`cephadm-ssh-user`
+
 #. Tell cephadm which hosts to manage:
 
    .. prompt:: bash #
index 621f2a753b1ed90b99adebb5f6ceaaa450e4113b..2253cb6e14df6206d8003df59ebfe7cfffa58dd6 100644 (file)
@@ -233,6 +233,8 @@ You will then need to restart the mgr daemon to reload the configuration with::
 
   ceph mgr fail
 
+.. _cephadm-ssh-user:
+
 Configuring a different SSH user
 ----------------------------------