From: Zac Dover Date: Mon, 19 Dec 2022 18:00:59 +0000 (+1000) Subject: doc/rados: add prompts to auth-config-ref.rst X-Git-Tag: v16.2.11~40^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b415bd036add157a55af389cb7320757fdf2428e;p=ceph.git doc/rados: add prompts to auth-config-ref.rst Add unselectable prompts to doc/rados/configuration/auth-config-ref.rst. https://tracker.ceph.com/issues/57108 Signed-off-by: Zac Dover (cherry picked from commit 208bc2323bb311d9e2419182fb469498ca7739a4) --- diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index 4eeabea0d85a8..5cc13ff6a4bcc 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -195,9 +195,11 @@ specify a ``keyring`` entry in your Ceph configuration file. We recommend copying the Ceph Storage Cluster's keyring file to nodes where you will run administrative commands, because it contains the ``client.admin`` key. -To perform this step manually, execute the following:: +To perform this step manually, execute the following: - sudo scp {user}@{ceph-cluster-host}:/etc/ceph/ceph.client.admin.keyring /etc/ceph/ceph.client.admin.keyring +.. prompt:: bash $ + + sudo scp {user}@{ceph-cluster-host}:/etc/ceph/ceph.client.admin.keyring /etc/ceph/ceph.client.admin.keyring .. tip:: Ensure the ``ceph.keyring`` file has appropriate permissions set (e.g., ``chmod 644``) on your client machine.