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: v18.1.0~620^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49513%2Fhead;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 --- diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index 5abb5dc4ea7e..0e5455d11c23 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -166,9 +166,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.