]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/configuration/auth-config-ref.rst
import ceph quincy 17.2.6
[ceph.git] / ceph / doc / rados / configuration / auth-config-ref.rst
index 5abb5dc4ea7ee9ec42262ea2a17d69ebd4c5c03f..0e5455d11c235281eaf80db880a329166e18a1e1 100644 (file)
@@ -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.